diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2734,7 +2734,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, | |||
| 2734 | /* add an invisible hr, to help differentiate between posts in text browsers */ | 2734 | /* add an invisible hr, to help differentiate between posts in text browsers */ |
| 2735 | xs_html_add(entry_top, | 2735 | xs_html_add(entry_top, |
| 2736 | xs_html_sctag("hr", | 2736 | xs_html_sctag("hr", |
| 2737 | xs_html_attr("style", "display: none"))); | 2737 | xs_html_attr("hidden", NULL))); |
| 2738 | 2738 | ||
| 2739 | return entry_top; | 2739 | return entry_top; |
| 2740 | } | 2740 | } |