diff options
Diffstat (limited to 'app/Filter.php')
| -rw-r--r-- | app/Filter.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/Filter.php b/app/Filter.php index 92e50f65c3..57666ea8f7 100644 --- a/app/Filter.php +++ b/app/Filter.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,13 +13,14 @@ namespace Fisharebest\Webtrees; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees; use HTMLPurifier; use HTMLPurifier_Config; use Michelf\MarkdownExtra; /** - * Class Filter - Filter/escape/validate input and output + * Filter input and escape output. */ class Filter { // REGEX to match a URL |
