Use unicode for quotes
There is no need to use html entities. Issue #12987 Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
dfa7995451
commit
6e78d489ee
@ -272,7 +272,7 @@ class Menu
|
||||
$retval .= '<span class="table_comment"';
|
||||
$retval .= ' id="span_table_comment">';
|
||||
$retval .= sprintf(
|
||||
__('“%s”'), htmlspecialchars($show_comment)
|
||||
__('“%s”'), htmlspecialchars($show_comment)
|
||||
);
|
||||
$retval .= '</span>';
|
||||
} // end if
|
||||
@ -291,7 +291,7 @@ class Menu
|
||||
$retval .= '<span class="table_comment"'
|
||||
. ' id="span_table_comment">'
|
||||
. sprintf(
|
||||
__('“%s”'),
|
||||
__('“%s”'),
|
||||
htmlspecialchars($comment)
|
||||
)
|
||||
. '</span>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user