Changeset 2096

Show
Ignore:
Timestamp:
03/12/07 01:01:58 (2 years ago)
Author:
coderanger
Message:

AddCommentMacro:

Switch it back to GET.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • addcommentmacro/0.10/addcomment/macro.py

    r1267 r2096  
    9494            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") 
    9595 
    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)) 
    9797    out.write("<fieldset>\n<legend>Add comment</legend>\n") 
    9898    out.write("<div class='field'>\n<textarea class='wikitext' id='addcomment' name='addcomment' cols='80' rows='5'%s>" % disabled)