Remove duplicate method call

This commit is contained in:
Alma Armas 2020-07-16 20:08:46 +00:00
parent 3c885d5cd5
commit 606a61c7b3

View file

@ -20,7 +20,6 @@ class Note extends Postable
$config->set("URI.MakeAbsolute", true); $config->set("URI.MakeAbsolute", true);
$config->set("HTML.Doctype", "XHTML 1.1"); $config->set("HTML.Doctype", "XHTML 1.1");
$config->set("HTML.TidyLevel", "heavy"); $config->set("HTML.TidyLevel", "heavy");
$config->set("HTML.TidyLevel", "heavy");
$config->set("HTML.AllowedElements", [ $config->set("HTML.AllowedElements", [
"div", "div",
"h3", "h3",