From 877e0570ea7eb94e9698aab9147104f5251f55c9 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 26 Apr 2020 18:34:59 +0200 Subject: add bookmarks to media --- app/class/Element.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/Element.php') diff --git a/app/class/Element.php b/app/class/Element.php index 7478256..b4a9285 100644 --- a/app/class/Element.php +++ b/app/class/Element.php @@ -46,7 +46,7 @@ class Element extends Item public function addtags() { - $this->content = "\n<' . $this->type() . '>\n' . $this->content() . '\ntype() . '>\n"; + $this->content = "\n<{$this->type()}>\n{$this->content()}\ntype()}>\n"; } -- cgit v1.2.3