From 252e0d3bbfc16b70db691091ac6dab5b86b827dd Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Tue, 5 Jul 2005 20:39:16 +0000 Subject: [PATCH] Fixed
for quotes SVN revision: 1419 --- src/elogd.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/elogd.c b/src/elogd.c index 676a8f2e..f63ed9f4 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.696 2005/07/05 20:39:16 ritt + Fixed
for quotes + Revision 1.695 2005/07/05 20:28:58 ritt Converted links to absolute URLs for threads @@ -6283,10 +6286,10 @@ PATTERN_LIST pattern_list[] = { /* quote */ {"[quote=", - "
%s:
"}, + "
%s:
"}, {"[quote]", - "
%s:
"}, - {"[/quote]\r", "
"}, + "
%s:
"}, + {"[/quote]\r", "

"}, {"[/quote]", "
"}, {"", ""}