From 654659aadf7575f9437911602064f8440910a1a0 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sat, 11 Nov 2017 07:11:33 +0100 Subject: remove html tags from PHPDoc blocks --- libs/plugins/function.html_table.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libs/plugins/function.html_table.php') diff --git a/libs/plugins/function.html_table.php b/libs/plugins/function.html_table.php index 420d61af..d9a9fd69 100644 --- a/libs/plugins/function.html_table.php +++ b/libs/plugins/function.html_table.php @@ -8,12 +8,12 @@ /** * Smarty {html_table} function plugin - * Type: function
- * Name: html_table
- * Date: Feb 17, 2003
- * Purpose: make an html table from an array of data
+ * Type: function + * Name: html_table + * Date: Feb 17, 2003 + * Purpose: make an html table from an array of data * Params: - *
+ *
  * - loop       - array to loop through
  * - cols       - number of columns, comma separated list of column names
  *                or array of column names
@@ -28,13 +28,13 @@
  * - hdir       - horizontal direction (default: "right", means left-to-right)
  * - inner      - inner loop (default "cols": print $loop line by line,
  *                $loop will be printed column by column otherwise)
- * 
+ * * Examples: - *
+ *
  * {table loop=$data}
  * {table loop=$data cols=4 tr_attr='"bgcolor=red"'}
  * {table loop=$data cols="first,second,third" tr_attr=$colors}
- * 
+ * * * @author Monte Ohrt * @author credit to Messju Mohr -- cgit v1.3