]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fnord
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 27 Aug 2006 04:04:59 +0000 (04:04 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 27 Aug 2006 04:04:59 +0000 (04:04 +0000)
IkiWiki/Plugin/ddate.pm

index c8cf3f66e25229175dae6499e87ac4c14a06b491..3bd6c6f73365bca9eb0719c5b15a0c133f7f7db7 100644 (file)
@@ -2,7 +2,7 @@
 # Discordian date support fnord ikiwiki.
 package IkiWiki::Plugin::ddate;
 use IkiWiki;
-use IkiWiki::Render; # so we can redefine it here:
+use IkiWiki::Render; # so we can redefine it here
 no warnings;
 
 sub import { #{{{