Fixed   & co. in summary view

SVN revision: 1972
This commit is contained in:
2007-11-29 18:22:34 +00:00
parent 9de9d872cd
commit 508a955fee
-7
View File
@@ -8115,12 +8115,6 @@ void strencode_nouml(char *text)
case '>':
rsprintf(">");
break;
case '&':
if (strncmp(text+i+2, "uml", 3) == 0)
rsprintf("%c", text[i]);
else
rsprintf("&");
break;
case '\"':
rsprintf(""");
break;
@@ -10596,7 +10590,6 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
if (bedit && message_id)
rsprintf("<input type=hidden name=edit_id value=\"%d\">\n", message_id);
if (isparam("nsel")) {
rsprintf("<input type=hidden name=nsel value=\"%s\">\n", getparam("nsel"));
for (i = 0; i < atoi(getparam("nsel")); i++) {