diff options
author | Peter Gammie <peteg42@gmail.com> | 2010-10-01 14:53:00 +1000 |
---|---|---|
committer | Peter Gammie <peteg42@gmail.com> | 2010-10-01 14:53:00 +1000 |
commit | 1620e2dc4f0a25620fe243d1556722e6b2d2618d (patch) | |
tree | e55c1bf96bf62c1855128043cf7e8c770b48e431 /templates | |
parent | 7d1c3aa1cb42f4306535481c009367ffa42c7223 (diff) | |
download | ikiwiki-1620e2dc4f0a25620fe243d1556722e6b2d2618d.tar ikiwiki-1620e2dc4f0a25620fe243d1556722e6b2d2618d.tar.gz |
Correct 'alt' text for the revert image.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/change.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl index 148b4376e..9cf40777b 100644 --- a/templates/change.tmpl +++ b/templates/change.tmpl @@ -29,7 +29,7 @@ <span class="desc"><br />Date:</span> <span class="changedate"><TMPL_VAR COMMITDATE></span> <span class="desc"><br /></span> -<span class="revert"><a href="<TMPL_VAR REVERTURL>" rel="nofollow">[[diff|wikiicons/revert.png]]</a></span> +<span class="revert"><a href="<TMPL_VAR REVERTURL>" rel="nofollow">[[revert|wikiicons/revert.png]]</a></span> </div> <div class="changelog"> <TMPL_LOOP MESSAGE> |