]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/tla.pm
Remove tagged_is_strict option, and just behave as though it was enabled
[ikiwiki.git] / IkiWiki / Plugin / tla.pm
index f4b20a6ec2b27681b98b92fa4d787cb9d8cb1fe1..764da9b98151d1321a507c0f8a62b1eeabe495a2 100644 (file)
@@ -34,6 +34,7 @@ sub getsetup () {
                plugin => {
                        safe => 0, # rcs plugin
                        rebuild => undef,
+                       section => "rcs",
                },
                tla_wrapper => {
                        type => "string",
@@ -161,7 +162,7 @@ sub rcs_remove ($) {
        error("rcs_remove not implemented for tla"); # TODO
 }
 
-sub rcs_rename ($$) { # {{{a
+sub rcs_rename ($$) {
        my ($src, $dest) = @_;
 
        error("rcs_rename not implemented for tla"); # TODO