From 4ac041caceeb30226c4409250a1047b6d312e796 Mon Sep 17 00:00:00 2001 From: John Schember Date: Sat, 23 May 2009 20:03:02 -0400 Subject: [PATCH] RB output: Fix internal links. --- src/calibre/ebooks/rb/rbml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/rb/rbml.py b/src/calibre/ebooks/rb/rbml.py index 3b88f3bc09..f18803e8d0 100644 --- a/src/calibre/ebooks/rb/rbml.py +++ b/src/calibre/ebooks/rb/rbml.py @@ -122,7 +122,7 @@ class RBMLizer(object): href = href.partition('#')[2] href = os.path.splitext(os.path.basename(href))[0] tag_count += 1 - text += '' % href + text += '' % href tag_stack.append('A') # Anchor ids