index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | web-scripts/todos.php | 2 |
diff --git a/web-scripts/todos.php b/web-scripts/todos.php index e4ab2c9..49bb9ac 100644 --- a/web-scripts/todos.php +++ b/web-scripts/todos.php @@ -18,7 +18,7 @@ if ($result -> num_rows > 0) { while ($row = $result->fetch_assoc()) $knot_rows[$row["id"]] = - $row["file"]. " (line ".$row["line"]."):\\n".$row["description"]; + $row["file"]. " (line ".$row["line"]."):\\n".str_replace("\"","\\\"",$row["description"]); unset($knots); foreach ($knot_rows as $knot) |