mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Remove duplicate method call
This commit is contained in:
parent
3c885d5cd5
commit
606a61c7b3
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue