From ff2d928f5cb4fb34e2f94d206606f347048ad104 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Thu, 28 Sep 2017 17:39:56 +0000 Subject: [PATCH] Properly escape entity The example value is supposed to be displayed as HTML entity, so we have to escape the ampersand. We also mark the example results as literals. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343155 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mbstring/functions/mb-substitute-character.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mbstring/functions/mb-substitute-character.xml b/reference/mbstring/functions/mb-substitute-character.xml index 9a8c8ee7d0..aa698a1238 100644 --- a/reference/mbstring/functions/mb-substitute-character.xml +++ b/reference/mbstring/functions/mb-substitute-character.xml @@ -45,13 +45,13 @@ "long": Output character code value (Example: - U+3000, JIS+7E7E) + U+3000, JIS+7E7E) "entity": Output character entity (Example: - Ȁ) + Ȁ)