From: Joey Hess Date: Tue, 3 Dec 2013 16:42:04 +0000 (-0400) Subject: osm: Remove invalid use of charset on embedded javascript tags. Closes: #731197 X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/bfc13b9070981ba3cd73b901af9c29a50ca0114d?ds=sidebyside osm: Remove invalid use of charset on embedded javascript tags. Closes: #731197 --- 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 "