summaryrefslogtreecommitdiff
path: root/lib/smarty3/plugins/modifiercompiler.count_words.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/smarty3/plugins/modifiercompiler.count_words.php')
-rw-r--r--lib/smarty3/plugins/modifiercompiler.count_words.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/smarty3/plugins/modifiercompiler.count_words.php b/lib/smarty3/plugins/modifiercompiler.count_words.php
index f20a197..6d889da 100644
--- a/lib/smarty3/plugins/modifiercompiler.count_words.php
+++ b/lib/smarty3/plugins/modifiercompiler.count_words.php
@@ -5,11 +5,10 @@
* @package Smarty
* @subpackage PluginsModifierCompiler
*/
-
/**
* Smarty count_words modifier plugin
- * Type: modifier<br>
- * Name: count_words<br>
+ * Type: modifier
+ * Name: count_words
* Purpose: count the number of words in a text
*
* @link http://www.smarty.net/manual/en/language.modifier.count.words.php count_words (Smarty online manual)