mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Fixed bug with <br / ...text...>
SVN revision: 1388
This commit is contained in:
parent
025110066a
commit
d3cd97cff4
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.672 2005/05/27 10:59:51 ritt
|
||||||
|
Fixed bug with <br / ...text...>
|
||||||
|
|
||||||
Revision 1.671 2005/05/17 21:15:35 ritt
|
Revision 1.671 2005/05/17 21:15:35 ritt
|
||||||
Hide smileys by default
|
Hide smileys by default
|
||||||
|
|
||||||
@ -6421,7 +6424,7 @@ void rsputs_elcode(const char *str)
|
|||||||
switch (str[i]) {
|
switch (str[i]) {
|
||||||
case '\r':
|
case '\r':
|
||||||
strcat(return_buffer, "<br />\r\n");
|
strcat(return_buffer, "<br />\r\n");
|
||||||
j += 7;
|
j += 8;
|
||||||
break;
|
break;
|
||||||
case '\n':
|
case '\n':
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user