mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
Correct "script" tag... just in case...
SVN:code[172]
This commit is contained in:
@@ -360,7 +360,7 @@ switch($operation)
|
|||||||
$id = '';
|
$id = '';
|
||||||
$oObj = MetaModel::NewObject($sClass);
|
$oObj = MetaModel::NewObject($sClass);
|
||||||
}
|
}
|
||||||
$oP->add("<script>
|
$oP->add("<script type=\"text/javascript\">
|
||||||
// Fill the map between the fields of the form and the attributes of the object\n");
|
// Fill the map between the fields of the form and the attributes of the object\n");
|
||||||
|
|
||||||
$aNewFieldsMap = array();
|
$aNewFieldsMap = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user