projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4fd8cd
)
return to recentchanges page on form cancel
author
Joey Hess
<joey@kitenet.net>
Wed, 6 Oct 2010 19:02:06 +0000
(15:02 -0400)
committer
Joey Hess
<joey@kitenet.net>
Wed, 6 Oct 2010 19:02:06 +0000
(15:02 -0400)
IkiWiki/Plugin/recentchanges.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/recentchanges.pm
b/IkiWiki/Plugin/recentchanges.pm
index 4cd910667495ece04c3913da9ce13d581c10fdc8..439241b936073c4ffe2580fcd2da44b07df133e7 100644
(file)
--- a/
IkiWiki/Plugin/recentchanges.pm
+++ b/
IkiWiki/Plugin/recentchanges.pm
@@
-115,7
+115,7
@@
sub sessioncgi ($$) {
IkiWiki::saveindex();
}
}
- els
e
{
+ els
if ($form->submitted ne 'Cancel')
{
$form->title(sprintf(gettext("confirm reversion of %s"), $rev));
$form->tmpl_param(diff => encode_entities(scalar IkiWiki::rcs_diff($rev)));
$form->field(name => "rev", type => "hidden", value => $rev, force => 1);