diff --git a/plugin/Articles/Articles.php b/plugin/Articles/Articles.php
index b8cbc20e07..087b9405b0 100644
--- a/plugin/Articles/Articles.php
+++ b/plugin/Articles/Articles.php
@@ -1,47 +1,48 @@
-Your directory must be writable
sudo chmod 777 {$dir}
";
- }
- return $str.$alert;
- }
-
- public function getName() {
- return "Articles";
- }
-
- public function getUUID() {
- return "articles-91db-4357-bb10-ee08b0913778";
- }
-
- public function getEmptyDataObject() {
- global $global;
- $obj = new stdClass();
- $obj->allowAttributes = false;
- $obj->allowCSS = false;
- return $obj;
- }
-
- public function getPluginMenu() {
- global $global;
- $btn = ''.__('Update Old Descriptions').'';
- $btn .= ''.__('Revert Descriptions to NON-HTML').'';
- return $btn;
- }
-
-
-}
+Your directory must be writable
sudo chmod 777 {$dir}
";
+ }
+ return $str.$alert;
+ }
+
+ public function getName() {
+ return "Articles";
+ }
+
+ public function getUUID() {
+ return "articles-91db-4357-bb10-ee08b0913778";
+ }
+
+ public function getEmptyDataObject() {
+ global $global;
+ $obj = new stdClass();
+ $obj->allowAttributes = false;
+ $obj->allowCSS = false;
+ $obj->allowAllTags = false;
+ return $obj;
+ }
+
+ public function getPluginMenu() {
+ global $global;
+ $btn = ''.__('Update Old Descriptions').'';
+ $btn .= ''.__('Revert Descriptions to NON-HTML').'';
+ return $btn;
+ }
+
+
+}