:( pre tags placed in wrong place.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 25 Apr 2004 10:33:26 +0000 (10:33 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 25 Apr 2004 10:33:26 +0000 (10:33 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7235 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/htmlentities/readme.php

index fea2ba2e9f84a7c03fff689054c2ce5fef4ffb85..243ed5e75735d8fee9f59693ef2f102ef003f0b9 100644 (file)
@@ -7,13 +7,13 @@
  * sq_get_html_translation_table() and sq_htmlentities(). They are 
  * included in functions/strings.php
  *
- * <pre>
  * sq_htmlentities uses same syntax as functions available in php 4.1.0
  * sq_get_html_translation_table adds third option that sets charset.
- * </pre>
  *
+ * <pre>
  * string sq_htmlentities ( string string [, int quote_style [, string charset]])
  * array sq_get_html_translation_table ( int table [, int quote_style [, string charset]])
+ * </pre>
  *
  * If sq_get_html_translation_table function is called with HTML_SPECIALCHARS option,
  * it returns us-ascii translation table. If it is called with HTML_ENTITIES option,