projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c6eb16
)
remove a last that won't work
author
Joey Hess
<joey@kitenet.net>
Tue, 26 Oct 2010 03:03:28 +0000
(23:03 -0400)
committer
Joey Hess
<joey@kitenet.net>
Tue, 26 Oct 2010 03:03:28 +0000
(23:03 -0400)
IkiWiki/Plugin/highlight.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/highlight.pm
b/IkiWiki/Plugin/highlight.pm
index 872537c726c2f62500e836babc9bccd50a2e95fd..934e64bed708f032283c11660add6ac02d8ffe4a 100644
(file)
--- 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,
);
}
}