mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added <br> tag to is_html()
SVN revision: 2186
This commit is contained in:
parent
d51ecc1104
commit
50eac0b7dd
@ -5368,7 +5368,7 @@ void write_logfile(LOGBOOK * lbs, const char *text)
|
|||||||
|
|
||||||
/*------------------------------------------------------------------*/
|
/*------------------------------------------------------------------*/
|
||||||
|
|
||||||
char *html_tags[] = { "<A HREF=", "<IMG ", "<B>", "<I>", "<P>", "<HR>", "" };
|
char *html_tags[] = { "<A HREF=", "<IMG ", "<B>", "<I>", "<P>", "<BR>", "<HR>", "" };
|
||||||
|
|
||||||
int is_html(char *s)
|
int is_html(char *s)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user