Fix echappement quot
This commit is contained in:
parent
7dce03bf7d
commit
98580c1ba6
@ -19,7 +19,6 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -259,7 +258,7 @@ if ($_GET["action"] == 'create' or $_GET["action"] == 'copy')
|
|||||||
|
|
||||||
if ($_GET["socid"] == $obj->idp)
|
if ($_GET["socid"] == $obj->idp)
|
||||||
{
|
{
|
||||||
print '" selected=\"true\">'.$obj->nom.'</option>';
|
print '" selected="true">'.$obj->nom.'</option>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user