From 389ebc0f86f2093ed9983179bc89b60942111b2e Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Sat, 12 Apr 2008 02:48:07 +0000 Subject: [PATCH] 0002032: translation of apostrophes in source titles (web report) svn: r10557 --- src/plugins/NarrativeWeb.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/plugins/NarrativeWeb.py b/src/plugins/NarrativeWeb.py index 062a8eb2d..ad4b25c8d 100644 --- a/src/plugins/NarrativeWeb.py +++ b/src/plugins/NarrativeWeb.py @@ -182,15 +182,15 @@ wrapper.width = 20 # appropriately typesetting curly quotes and apostrophes. html_escape_table = { "&" : "&", - ' "' : " “", - '" ' : "” ", - " '" : " ‘", - "' " : "’ ", - "'s ": "’s ", - '"' : """, - "'" : "'", - ">" : ">", - "<" : "<", + ' "' : " “", + '" ' : "” ", + " '" : " ‘", + "' " : "’ ", + "'s " : "’s ", + '"' : """, + "'" : "'", + ">" : ">", + "<" : "<", } # This command then defines the 'html_escape' option for escaping