Changeset 2096
- Timestamp:
- 03/12/07 01:01:58 (2 years ago)
- Files:
-
- addcommentmacro/0.10/addcomment/macro.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
addcommentmacro/0.10/addcomment/macro.py
r1267 r2096 94 94 out.write("<div class='system-message'><strong>ERROR: [[AddComment]] macro call must be the only content on its line. Could not add comment.</strong></div>\n") 95 95 96 out.write("<form action='%s#commentpreview' method=' post'>\n" % env.href.wiki(pagename))96 out.write("<form action='%s#commentpreview' method='get'>\n" % env.href.wiki(pagename)) 97 97 out.write("<fieldset>\n<legend>Add comment</legend>\n") 98 98 out.write("<div class='field'>\n<textarea class='wikitext' id='addcomment' name='addcomment' cols='80' rows='5'%s>" % disabled)
