Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1072)
+++ trunk/CHANGELOG	(revision 1073)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 16-July 2009 Matthias Gallas
+#	Removed double </form> tags in pages/intro.php and wysiwyg/modify.php
 !	replaced all remaining mktime() with time(), except from third party scripts
 15-July 2009 Matthias Gallas
 !	changed in modules/admin.php and admin/pages/add.php mktime() to time()
Index: trunk/wb/admin/pages/intro.php
===================================================================
--- trunk/wb/admin/pages/intro.php	(revision 1072)
+++ trunk/wb/admin/pages/intro.php	(revision 1073)
@@ -65,7 +65,6 @@
 		<input type="submit" value="<?php echo $TEXT['SAVE'];?>" class="submit" />
 	</td>
 	<td class="right">
-		</form>
 		<input type="button" value="<?php echo $TEXT['CANCEL'];?>" onclick="javascript: window.location = 'index.php';" class="submit" />
 	</td>
 </tr>
Index: trunk/wb/modules/wysiwyg/modify.php
===================================================================
--- trunk/wb/modules/wysiwyg/modify.php	(revision 1072)
+++ trunk/wb/modules/wysiwyg/modify.php	(revision 1073)
@@ -68,7 +68,6 @@
 		<input type="submit" value="<?php echo $TEXT['SAVE']; ?>" style="width: 100px; margin-top: 5px;" />
 	</td>
 	<td align="right">
-		</form>
 		<input type="button" value="<?php echo $TEXT['CANCEL']; ?>" onclick="javascript: window.location = 'index.php';" style="width: 100px; margin-top: 5px;" />
 	</td>
 </tr>
