Remove closing tags from pure PHP files

This commit is contained in:
Alex Cabal 2019-04-03 16:25:00 -05:00
parent 0cd89eb10c
commit def275ab3c
21 changed files with 2 additions and 20 deletions

View file

@ -36,4 +36,3 @@ class Formatter{
return htmlspecialchars(trim($text), ENT_QUOTES, 'UTF-8');
}
}
?>