Prevent display of \n in version view that was caused by a typo

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-23 23:40:41 +00:00
committed by WineHQ
parent 6bf507d6aa
commit 43fa6617d4

View File

@@ -852,7 +852,7 @@ class Version {
echo '</form>'."\n"; echo '</form>'."\n";
echo '<form method="post" name="sMessage" action='. echo '<form method="post" name="sMessage" action='.
$this->objectMakeUrl().'>'."\n"; $this->objectMakeUrl().'>'."\n";
echo '<input type=hidden name="sSub" value="StopMonitoring" />."\n"'; echo '<input type=hidden name="sSub" value="StopMonitoring" />'."\n";
echo '<input type=submit value="Stop Monitoring Version" class="button" />'."\n"; echo '<input type=submit value="Stop Monitoring Version" class="button" />'."\n";
echo "</form>\n"; echo "</form>\n";
echo "</td></tr>\n"; echo "</td></tr>\n";