diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 22:30:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 22:30:43 -0400 |
commit | 96c529826d3104bee299b4d3ea09c95229b9b64d (patch) | |
tree | 48224963b55c6dca7130d4f0151d51306bd5c3d3 /templates | |
parent | ed05e40566a8d2a39530507598d835764885cf73 (diff) |
skeleton rename plugin
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editpage.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index aa9436173..1c30d1d85 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -71,7 +71,7 @@ Optional comment about this change:<br /> <tr><td><TMPL_VAR FIELD-SELECT><TMPL_VAR LINK></td><td><TMPL_VAR SIZE></td><td><TMPL_VAR MTIME></td></tr> </TMPL_LOOP> <TMPL_IF NAME="ATTACHMENT_LIST"> -<tr><td colspan="2"><TMPL_VAR FIELD-LINK><TMPL_VAR FIELD-REMOVE><TMPL_VAR FIELD-RENAME></td></tr> +<tr><td colspan="2"><TMPL_VAR FIELD-LINK><TMPL_VAR FIELD-RENAME><TMPL_VAR FIELD-REMOVE></td></tr> </TMPL_IF> </table> </div> |