Parent Directory
|
Revision Log
|
Patch
| Revision 1.25 by sysadm, Tue Sep 30 03:02:06 2025 UTC | Revision 1.26 by sysadm, Sun Oct 5 05:00:50 2025 UTC | |
|---|---|---|
| # | Line 837 int article_reply(const SECTION_LIST *p_ | Line 837 int article_reply(const SECTION_LIST *p_ |
| 837 | } | } |
| 838 | ||
| 839 | // Apply LML render to content body | // Apply LML render to content body |
| 840 | len = lml_plain(row[1], content_f, ARTICLE_CONTENT_MAX_LEN, 0); | len = lml_render(row[1], content_f, ARTICLE_CONTENT_MAX_LEN, 0); |
| 841 | content_f[len] = '\0'; | content_f[len] = '\0'; |
| 842 | ||
| 843 | // Remove control sequence | // Remove control sequence |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |