Browse Source

fixed phpdoc error with example tag

tokul 21 years ago
parent
commit
ddf391f09f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/printer_friendly_bottom.php

+ 1 - 1
src/printer_friendly_bottom.php

@@ -153,11 +153,11 @@ echo '<body text="#000000" bgcolor="#FFFFFF" link="#000000" vlink="#000000" alin
 /**
  * Function should clean layout of printed messages when user
  * enables "Printer Friendly Clean Display" option.
+ * For example: $string = pf_clean_string($string, 9);
  *
  * @param string unclean_string
  * @param integer num_leading_spaces
  * @return string
- * @example $string = pf_clean_string($string, 9);
  * @access private 
  */
 function pf_clean_string ( $unclean_string, $num_leading_spaces ) {