changeset 223:606c2a48b2ce

urllog: Add one entity translation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Oct 2014 19:32:15 +0300
parents f4b7b6e8fb37
children aaf433ab696a
files urllog.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/urllog.tcl	Tue Sep 30 14:50:01 2014 +0300
+++ b/urllog.tcl	Mon Oct 06 19:32:15 2014 +0300
@@ -165,7 +165,7 @@
 append urllog_ent_str "|&auml;|ä|&ouml;|ö|&Auml;|Ä|&Ouml;|Ö|&amp;|&|&lt;|<|&gt;|>"
 append urllog_ent_str "|&#228;|ä|&#229;|ö|&mdash;|-|&#039;|'|&ndash;|-|&#034;|\""
 append urllog_ent_str "|&#124;|-|&#8217;|'|&uuml;|ü|&Uuml;|Ü|&bull;|*|&euro;|€"
-append urllog_ent_str "|&rdquo;|\""
+append urllog_ent_str "|&rdquo;|\"|&#8216;|'"
 set urllog_html_ent [split [encoding convertfrom "utf-8" $urllog_ent_str] "|"]
 
 ### Require packages