Fixed <br> for quotes

SVN revision: 1419
This commit is contained in:
Stefan Ritt 2005-07-05 20:39:16 +00:00
parent 00bfd8ae08
commit 252e0d3bbf

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG Contents: Web server program for Electronic Logbook ELOG
$Log$ $Log$
Revision 1.696 2005/07/05 20:39:16 ritt
Fixed <br> for quotes
Revision 1.695 2005/07/05 20:28:58 ritt Revision 1.695 2005/07/05 20:28:58 ritt
Converted links to absolute URLs for threads Converted links to absolute URLs for threads
@ -6283,10 +6286,10 @@ PATTERN_LIST pattern_list[] = {
/* quote */ /* quote */
{"[quote=", {"[quote=",
"<table class=\"quotetable\" align=\"center\" cellspacing=\"1\"><tr><td class=\"quotetitle\">%s:</td></tr><tr><td class=\"quote\">"}, "<br /><table class=\"quotetable\" align=\"center\" cellspacing=\"1\"><tr><td class=\"quotetitle\">%s:</td></tr><tr><td class=\"quote\">"},
{"[quote]", {"[quote]",
"<table class=\"quotetable\" align=\"center\" cellspacing=\"1\"><tr><td class=\"quotetitle\">%s:</td></tr><tr><td class=\"quote\">"}, "<br /><table class=\"quotetable\" align=\"center\" cellspacing=\"1\"><tr><td class=\"quotetitle\">%s:</td></tr><tr><td class=\"quote\">"},
{"[/quote]\r", "</td></tr></table>"}, {"[/quote]\r", "</td></tr></table><br />"},
{"[/quote]", "</td></tr></table>"}, {"[/quote]", "</td></tr></table>"},
{"", ""} {"", ""}