I've taken the less-than and greater-than signs out of
this HTML for readability.
form method="post"
action="https://example.com/wiki/index.php?action=save&page=MyWiki"
div class="form"
input type="submit" name="Save" value="Save" /
input type="submit" name="Preview" value="Preview" /
Please stop using method="post" to a url that is a get
request with query paramaters. It does not work
correclty and confuses some browsers and some web
servers. Please pick one, and stick with it.