From 16315e876f392c2c76e579c22da4c5ce803f6fb5 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Thu, 14 Apr 2016 01:28:04 +0200 Subject: [PATCH] showmore: add css classes to elements --- showmore/showmore.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/showmore/showmore.php b/showmore/showmore.php index 9a136c7f..a9d8334f 100755 --- a/showmore/showmore.php +++ b/showmore/showmore.php @@ -121,9 +121,9 @@ function showmore_prepare_body(&$a,&$b) { if($found) { $rnd = random_string(8); - $b['html'] = ''.$shortened." ". - ''.sprintf(t('show more')).''. - ''; + $b['html'] = ''.$shortened." ". + ''.sprintf(t('show more')).''. + ''; } }