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') {
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)