appdb/include version.php

WineHQ wineowner at wine.codeweavers.com
Mon Apr 23 18:40:41 CDT 2007


ChangeSet ID:	31098
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/04/23 18:40:41

Modified files:
	include        : version.php 

Log message:
	Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
	Prevent display of \n in version view that was caused by a typo

Patch: http://cvs.winehq.org/patch.py?id=31098

Old revision  New revision  Changes     Path
 1.121         1.122         +1 -1       appdb/include/version.php

Index: appdb/include/version.php
diff -u -p appdb/include/version.php:1.121 appdb/include/version.php:1.122
--- appdb/include/version.php:1.121	23 Apr 2007 23:40:41 -0000
+++ appdb/include/version.php	23 Apr 2007 23:40:41 -0000
@@ -852,7 +852,7 @@ class Version {
             echo '</form>'."\n";
             echo '<form method="post" name="sMessage" action='.
                     $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 "</form>\n";
             echo "</td></tr>\n";



More information about the wine-cvs mailing list