Fixed bug in the dashboard forms.

SVN:trunk[3311]
This commit is contained in:
Romain Quetiez
2014-08-29 12:54:55 +00:00
parent ed9ba815ab
commit b5db86472d

View File

@@ -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
{