fix...2!
This commit is contained in:
parent
1749c9599d
commit
916fe94815
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ WHERE id = {$id};
|
|||
$qresp = pg_query($db, $query);
|
||||
$arr = pg_fetch_array($qresp);
|
||||
|
||||
$runOnLoad = "document.getElementById(\"passinput\").value = " . htmlspecialchars($arr["responsetext"]);
|
||||
$runOnLoad = "document.getElementById(\"passinput\").value = \"" . htmlspecialchars($arr["responsetext"]) . "\"";
|
||||
$properTitle = $pageTitle . " – respond to question #" . $id;
|
||||
include '../boilerplate/pageStart.php';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue