[Fusionforge-commits] r15664 - branches/Branch_5_2/src/common/docman/views

Franck VILLAUME nerville at fusionforge.org
Sun Jun 3 20:07:13 CEST 2012


Author: nerville
Date: 2012-06-03 20:07:12 +0200 (Sun, 03 Jun 2012)
New Revision: 15664

Modified:
   branches/Branch_5_2/src/common/docman/views/editfile.php
Log:
fix missing id

Modified: branches/Branch_5_2/src/common/docman/views/editfile.php
===================================================================
--- branches/Branch_5_2/src/common/docman/views/editfile.php	2012-06-03 18:06:11 UTC (rev 15663)
+++ branches/Branch_5_2/src/common/docman/views/editfile.php	2012-06-03 18:07:12 UTC (rev 15664)
@@ -57,7 +57,7 @@
 	echo '		<td>'. _('Edit the contents to your desire or leave them as they are to remain unmodified.') .'<br />';
 	echo '			<textarea id="defaulteditzone" name="details" rows="15" cols="70"></textarea><br />';
 	echo '			<input id="defaulteditfiletype" type="hidden" name="filetype" value="text/plain" />';
-	echo '			<input type="hidden" name="editor" value="online" />';
+	echo '			<input id="editor" type="hidden" name="editor" value="online" />';
 	echo '		</td>';
 	echo '	</tr>';
 }




More information about the Fusionforge-commits mailing list