diff --git a/Helper/Config.php b/Helper/Config.php index dd13135..5e9eb0a 100644 --- a/Helper/Config.php +++ b/Helper/Config.php @@ -5,7 +5,7 @@ * @Author Ngo Quang Cuong * @Date 2016-12-23 23:54:46 * @Last modified by: nquangcuong - * @Last Modified time: 2017-07-14 23:37:23 + * @Last Modified time: 2017-07-14 23:44:44 */ namespace PHPCuong\Faq\Helper; @@ -85,9 +85,9 @@ public function getFaqShortDescription($content, $identifier) } } if (!empty($arg)) { + $arg = $this->findUrlsInText($arg); $arg = $arg.'... '.__('Read more').''; } - $arg = $this->findUrlsInText($arg); return $arg; } $content = $this->findUrlsInText($content);