From bfc13b9070981ba3cd73b901af9c29a50ca0114d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 3 Dec 2013 12:42:04 -0400 Subject: [PATCH] osm: Remove invalid use of charset on embedded javascript tags. Closes: #731197 --- IkiWiki/Plugin/osm.pm | 4 ++-- debian/changelog | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/IkiWiki/Plugin/osm.pm b/IkiWiki/Plugin/osm.pm index c9650d014..b8255bb13 100644 --- a/IkiWiki/Plugin/osm.pm +++ b/IkiWiki/Plugin/osm.pm @@ -507,7 +507,7 @@ sub include_javascript ($) { } } if ($loader) { - return embed_map_code($page) . ""; + return embed_map_code($page) . ""; } else { return ''; @@ -534,7 +534,7 @@ sub cgi($) { print ""; print "
"; print embed_map_code(); - print "