diff options
| author | 2023-11-20 18:33:24 +0100 | |
|---|---|---|
| committer | 2023-11-20 18:33:24 +0100 | |
| commit | bc5d0d4ed09833640856ee0193a53553dbb1eb20 (patch) | |
| tree | afd97135fb606445cb8f5348ae2857cb3088dbd8 /snac.c | |
| parent | Version 2.43 RELEASED. (diff) | |
| download | penes-snac2-bc5d0d4ed09833640856ee0193a53553dbb1eb20.tar.gz penes-snac2-bc5d0d4ed09833640856ee0193a53553dbb1eb20.tar.xz penes-snac2-bc5d0d4ed09833640856ee0193a53553dbb1eb20.zip | |
Replaced encode_html_strict() with xs_html_encode().
Diffstat (limited to 'snac.c')
| -rw-r--r-- | snac.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -21,6 +21,7 @@ | |||
| 21 | #include "xs_random.h" | 21 | #include "xs_random.h" |
| 22 | #include "xs_match.h" | 22 | #include "xs_match.h" |
| 23 | #include "xs_fcgi.h" | 23 | #include "xs_fcgi.h" |
| 24 | #include "xs_html.h" | ||
| 24 | 25 | ||
| 25 | #include "snac.h" | 26 | #include "snac.h" |
| 26 | 27 | ||