diff options
-rw-r--r-- | IkiWiki/Plugin/meta.pm | 2 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/meta.pm b/IkiWiki/Plugin/meta.pm index 434fde527..cd6fa20ba 100644 --- a/IkiWiki/Plugin/meta.pm +++ b/IkiWiki/Plugin/meta.pm @@ -187,7 +187,7 @@ sub preprocess (@) { error gettext("script not found"); } push @{$metaheaders{$page}}, scrub('<script src="'.urlto($js, $page). - '"' . $defer . $async . ' type="text/javascript" />', + '"' . $defer . $async . ' type="text/javascript"></script>', $page, $destpage); } elsif ($key eq 'openid') { diff --git a/debian/changelog b/debian/changelog index 51c426df4..ab69ba16a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ ikiwiki (3.20110329) UNRELEASED; urgency=low * meta: Allow adding javascript to pages. Only when htmlscrubber is - disabled, naturally. (Thanks, Giuseppe Bilotta) + disabled, naturally. (Thanks, Giuseppe Bilotta) Closes: #623154 * comments: Add avatar picture of comment author, using Libravatar::URL when available. The avatar is looked up based on the user's openid, or email address. (Thanks, Francois Marier) |