summaryrefslogtreecommitdiffstats
path: root/3rdparty/htmlpurifier/library/HTMLPurifier.path.php
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/htmlpurifier/library/HTMLPurifier.path.php')
-rw-r--r--3rdparty/htmlpurifier/library/HTMLPurifier.path.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/3rdparty/htmlpurifier/library/HTMLPurifier.path.php b/3rdparty/htmlpurifier/library/HTMLPurifier.path.php
index 353492a1c..39b1b6531 100644
--- a/3rdparty/htmlpurifier/library/HTMLPurifier.path.php
+++ b/3rdparty/htmlpurifier/library/HTMLPurifier.path.php
@@ -1,11 +1,11 @@
-<?php
-
-/**
- * @file
- * Convenience stub file that adds HTML Purifier's library file to the path
- * without any other side-effects.
- */
-
-set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path() );
-
-// vim: et sw=4 sts=4
+<?php
+
+/**
+ * @file
+ * Convenience stub file that adds HTML Purifier's library file to the path
+ * without any other side-effects.
+ */
+
+set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path() );
+
+// vim: et sw=4 sts=4