Prevent display of \n in version view that was caused by a typo
This commit is contained in:
committed by
WineHQ
parent
6bf507d6aa
commit
43fa6617d4
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user