Alexander Nicolaysen Sørnes : maintainer : Add missing quotes in some HTML tags

Chris Morgan cmorgan at winehq.org
Mon May 12 22:50:28 CDT 2008


Module: appdb
Branch: master
Commit: 2989bdb1600505a066ef07159bb8e9da274b4a2d
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=2989bdb1600505a066ef07159bb8e9da274b4a2d

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Mon May 12 21:41:46 2008 +0200

maintainer: Add missing quotes in some HTML tags

---

 include/maintainer.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/maintainer.php b/include/maintainer.php
index e856270..9a7e633 100644
--- a/include/maintainer.php
+++ b/include/maintainer.php
@@ -730,14 +730,14 @@ class maintainer
             }
 
             $iSuperMaintainer = $aClean['iVersionId'] ? 0 : 1;
-            echo "<input type=hidden name='iAppId' value={$aClean['iAppId']}>";
-            echo "<input type=hidden name='iVersionId' value='{$aClean['iVersionId']}'>";
-            echo "<input type=hidden name='iSuperMaintainer' value=$iSuperMaintainer>";
+            echo "<input type='hidden' name='iAppId' value='{$aClean['iAppId']}'>";
+            echo "<input type='hidden' name='iVersionId' value='{$aClean['iVersionId']}'>";
+            echo "<input type='hidden' name='iSuperMaintainer' value='$iSuperMaintainer'>";
 
             if($iSuperMaintainer)
-                echo '<tr valign=top><td class=color0><b>Why you want to and should<br>be an application super maintainer</b></td><td><textarea name="sMaintainReason" rows=15 cols=70></textarea></td></tr>',"\n";
+                echo '<tr valign="top"><td class="color0"><b>Why you want to and should<br>be an application super maintainer</b></td><td><textarea name="sMaintainReason" rows="15" cols="70"></textarea></td></tr>',"\n";
             else
-                echo '<tr valign=top><td class=color0><b>Why you want to and should<br>be an application maintainer</b></td><td><textarea name="sMaintainReason" rows=15 cols=70></textarea></td></tr>',"\n";
+                echo '<tr valign="top"><td class="color0"><b>Why you want to and should<br>be an application maintainer</b></td><td><textarea name="sMaintainReason" rows="15" cols="70"></textarea></td></tr>',"\n";
 
             echo '</table>',"\n";
         } else




More information about the wine-cvs mailing list