diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-25 23:03:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-25 23:03:28 -0400 |
commit | ac8aad2ecaad1204e00d0b6eac834ff619e0dc09 (patch) | |
tree | 0d07ef26a2320c191bd14ebb2182385531ead8d0 | |
parent | 5c6eb167b8e69e0607330f06c893a73dfe1c675a (diff) |
remove a last that won't work
-rw-r--r-- | IkiWiki/Plugin/highlight.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/highlight.pm b/IkiWiki/Plugin/highlight.pm index 872537c72..934e64bed 100644 --- a/IkiWiki/Plugin/highlight.pm +++ b/IkiWiki/Plugin/highlight.pm @@ -74,7 +74,6 @@ sub checkconfig () { }, longname => sprintf(gettext("Source code: %s"), $file), @opts, - last => 1, ); } } |