summaryrefslogtreecommitdiff
path: root/app/Helper/TextHelper.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Helper/TextHelper.php')
-rw-r--r--app/Helper/TextHelper.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/Helper/TextHelper.php b/app/Helper/TextHelper.php
index 698bef6d..910130d6 100644
--- a/app/Helper/TextHelper.php
+++ b/app/Helper/TextHelper.php
@@ -52,18 +52,6 @@ class TextHelper extends Base
}
/**
- * Escape Markdown text that need to be stored in HTML attribute
- *
- * @access public
- * @param string $text
- * @return mixed
- */
- public function markdownAttribute($text)
- {
- return htmlentities($this->markdown($text), ENT_QUOTES, 'UTF-8');
- }
-
- /**
* Format a file size
*
* @param integer $size Size in bytes