From 7566513b8357a2a74aca347e2be5b46a3129a56a Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 25 Apr 2004 10:33:26 +0000 Subject: [PATCH] :( pre tags placed in wrong place. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7235 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/htmlentities/readme.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/htmlentities/readme.php b/functions/htmlentities/readme.php index fea2ba2e..243ed5e7 100644 --- a/functions/htmlentities/readme.php +++ b/functions/htmlentities/readme.php @@ -7,13 +7,13 @@ * sq_get_html_translation_table() and sq_htmlentities(). They are * included in functions/strings.php * - *
  * sq_htmlentities uses same syntax as functions available in php 4.1.0
  * sq_get_html_translation_table adds third option that sets charset.
- * 
* + *
  * string sq_htmlentities ( string string [, int quote_style [, string charset]])
  * array sq_get_html_translation_table ( int table [, int quote_style [, string charset]])
+ * 
* * 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, -- 2.25.1