[AppDB] Regression: Editing notes doesn't work anymore

Tony Lambregts tony.lambregts at gmail.com
Fri Jul 29 22:04:33 CDT 2005


Jonathan Ernst wrote:
> Didn't had time to investigate yet.
> 

Opps!

Change Log: Add missing </form> to view_version_bugs()

Files Changed: include/bugs.php
-------------- next part --------------
Index: include/bugs.php
===================================================================
RCS file: /home/wine/appdb/include/bugs.php,v
retrieving revision 1.2
diff -u -r1.2 bugs.php
--- include/bugs.php	16 Jul 2005 20:02:17 -0000	1.2
+++ include/bugs.php	30 Jul 2005 03:03:54 -0000
@@ -327,7 +327,7 @@
         echo '<tr class=color3><td align=center>',"\n";
         echo '<input type="text" name="buglinkId" value="'.$_REQUEST['buglinkId'].'" size="8"></td>',"\n";
         echo '<td><input type="submit" name="sub" value="Submit a new bug link."></td>',"\n";
-        echo '<td colspan=6></td></tr>',"\n";
+        echo '<td colspan=6></td></tr></form>',"\n";
     }
     echo '</table>',"\n";
     echo html_frame_end();


More information about the wine-patches mailing list