mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
SVN revision: 2201
This commit is contained in:
parent
eabc090830
commit
99110e4467
@ -5538,7 +5538,7 @@ int line_break(char *str, char *encoding)
|
||||
return str[0] == '\n';
|
||||
}
|
||||
// HTML encoding
|
||||
if (strncmp(str, "</p>", 4) == 0 || strncmp(str, "<br>", 4) == 0 || strncmp(str, "<br />", 4) == 0)
|
||||
if (strncmp(str, "</p>", 4) == 0 || strncmp(str, "<br>", 4) == 0 || strncmp(str, "<br />", 6) == 0)
|
||||
return 1;
|
||||
|
||||
return 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user