Преглед на файлове

Fixed bug in the dashboard forms.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3311 a333f486-631f-4898-b8df-5754b55c2be0
romainq преди 11 години
родител
ревизия
29a79c15d5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      application/forms.class.inc.php

+ 1 - 1
application/forms.class.inc.php

@@ -254,7 +254,7 @@ EOF
 			$sReturn .= '</table>';
 			$sReturn .= $sHiddenFields;
 			$sReturn .= '</form>';
-			$sReturn .= '<div id="prop_submit_result"/>'; // for the return of the submit operation
+			$sReturn .= '<div id="prop_submit_result"></div>'; // for the return of the submit operation
 		}
 		else
 		{