From 67e58c2c7854b80f52e2092ee15684c205b6486b Mon Sep 17 00:00:00 2001 From: Luiz Otavio O Souza Date: Tue, 10 Nov 2015 08:08:32 -0600 Subject: Fix a typo in function name. --- src/usr/local/www/services_rfc2136.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/usr/local/www/services_rfc2136.php b/src/usr/local/www/services_rfc2136.php index bc8b24c..a4deb9c 100644 --- a/src/usr/local/www/services_rfc2136.php +++ b/src/usr/local/www/services_rfc2136.php @@ -163,7 +163,7 @@ foreach ($a_rfc2136 as $rfc2136): else print(''); - print(tmlspecialchars($cached_ip)); + print(htmlspecialchars($cached_ip)); print(''); } else { print('IPv4: N/A'); -- cgit v1.1