1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Removed redundant closing tags.

This commit is contained in:
Cameron
2020-06-05 11:34:17 -07:00
parent 7439d599f8
commit 450b35f017
43 changed files with 47 additions and 72 deletions

View File

@@ -353,4 +353,3 @@ class e_jshelper
return "'".str_replace(array("\\'", "'"), array("'", "\\'"), $string)."'";
}
}
?>