]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/strange_hook_id_in_skeleton.pm.mdwn
* htmlscrubber: Further work around #365971 by adding tags for 'br/', 'hr/'
[ikiwiki.git] / doc / bugs / strange_hook_id_in_skeleton.pm.mdwn
1         hook(type => "savestate", id => "savestate", call => \&savestate);
2
3 Shouldn't that id be "skeleton", like all the other ids? --Ethan
4
5 [[done]]