]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/meta_rcsid.mdwn
Coding style change: Remove explcit vim folding markers.
[ikiwiki.git] / doc / todo / meta_rcsid.mdwn
index 81a2c1328d725a0bcdf04aef30c84db560493728..158edea6e5cd6cd334dcb05412e1b04c2c1f5bd5 100644 (file)
@@ -26,7 +26,7 @@ of CVS/SVN-style keywords (like '$Id$', etc.) from the source file in the page t
      my %copyright;
     +my %rcsid;
  
-     sub import { #{{{
+     sub import {
         hook(type => "preprocess", id => "meta", call => \&preprocess, scan => 1);
     @@ -110,6 +111,9 @@
             $meta{$page}.="<link rel=\"copyright\" href=\"#page_copyright\" />\n";