diff options
Diffstat (limited to 'formats/HtmlFormat.php')
-rw-r--r-- | formats/HtmlFormat.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/formats/HtmlFormat.php b/formats/HtmlFormat.php index 71f70d29..f5e9cb22 100644 --- a/formats/HtmlFormat.php +++ b/formats/HtmlFormat.php @@ -1,6 +1,5 @@ <?php class HtmlFormat extends FormatAbstract { - public function stringify(){ $extraInfos = $this->getExtraInfos(); $title = htmlspecialchars($extraInfos['name']); |