--- a/edit.php Fri Nov 14 14:43:52 2008 +0100
+++ b/edit.php Fri Nov 14 14:51:47 2008 +0100
@@ -126,7 +126,7 @@
}
echo " </select>\n";
echo " </td>\n";
- echo " <td class=\"u\"><input class=\"wide\" name=\"record[" . $r['id'] . "][content]\" value=\"" . $r['content'] . "\"></td>\n";
+ echo " <td class=\"u\"><input class=\"wide\" name=\"record[" . $r['id'] . "][content]\" value=\"" . ereg_replace( "\"",""", $r['content']) . "\"></td>\n";
if ($r['type'] == "MX") {
echo " <td class=\"u\"><input name=\"record[" . $r['id'] . "][prio]\" value=\"" . $r['prio'] . "\"></td>\n";
} else {