From: Gustaf N. <ne...@wu...> - 2021-01-09 18:44:15
|
On 09.01.21 19:01, Maksym Zinchenko wrote: > Hello everyone, may someone confirm that ns_quotehtml works as it > should, because on my system its not: > > Command: ns_quotehtml {<span class="foo">} > Result: <span class="foo"> What is your system? It works for me. What is your OS? Interestingly, ns_quotehtml was not covered by the regression tests. -g % ./nsd/nsd -c [09/Jan/2021:19:36:16][93167.10d7eb5c0][-main:conf-] Notice: OpenSSL 1.1.1i 8 Dec 2020 initialized [09/Jan/2021:19:36:16][93167.10d7eb5c0][-main:conf-] Notice: nsmain: NaviServer/4.99.20rc2 (c407fafe7b3f+) starting ... % % ns_quotehtml {<span class="foo">} <span class="foo"> |