26 lines
853 B
HTML
26 lines
853 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Bug report test</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
|
|
</head>
|
|
|
|
<body>
|
|
<form method="post" action="http://openrocket.sourceforge.net/actions/reportbug" accept-charset="UTF-8">
|
|
<p>Version: <input type="text" size="30" name="version" value="1.0.0"/></p>
|
|
<p>Test bug report content:</p>
|
|
<p><textarea name="content" cols="80" rows="20">
|
|
---------- Test bug report ----------
|
|
|
|
äöå
|
|
|
|
---------- End ----------
|
|
</textarea></p>
|
|
<p><input type="submit" value="Submit bug report"/></p>
|
|
<p>A successful submission should result in a <em>202 Accepted</em> response.</p>
|
|
<p>Please do not abuse.</p>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|