Parent Directory
|
Revision Log
|
Patch
| Revision 1.33 by sysadm, Fri Oct 17 01:25:08 2025 UTC | Revision 1.34 by sysadm, Sat Oct 18 13:22:52 2025 UTC | |
|---|---|---|
| # | Line 851 int article_reply(const SECTION_LIST *p_ | Line 851 int article_reply(const SECTION_LIST *p_ |
| 851 | } | } |
| 852 | ||
| 853 | // Apply LML render to content body | // Apply LML render to content body |
| 854 | len = lml_render(row[1], content_f, ARTICLE_CONTENT_MAX_LEN, 0); | len = lml_render(row[1], content_f, ARTICLE_CONTENT_MAX_LEN, 1); |
| 855 | content_f[len] = '\0'; | content_f[len] = '\0'; |
| 856 | ||
| 857 | // Remove control sequence | // Remove control sequence |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |