Remove extra escaping in code samples

This commit is contained in:
Michal Čihař 2012-11-12 11:14:58 +01:00
parent 66b2c3e274
commit 563816cbd8
2 changed files with 2 additions and 2 deletions

View File

@ -2614,7 +2614,7 @@ SQL parser settings
* **comment** Applies to all comment sub-classes
* **comment\_mysql** Comments as ``"#...\n"``
* **comment\_ansi** Comments as ``"-- ...\n"``
* **comment\_c** Comments as ``"/\*...\*/"``
* **comment\_c** Comments as ``"/*...*/"``
* **digit** Applies to all digit sub-classes
* **digit\_hex** Hexadecimal numbers
* **digit\_integer** Integer numbers

View File

@ -494,7 +494,7 @@ Suhosin configuration might lead to malfunction in some cases and it
can not be fully avoided as phpMyAdmin is kind of application which
needs to transfer big amounts of columns in single HTTP request, what
is something what Suhosin tries to prevent. Generally all
``suhosin.request.\*``, ``suhosin.post.\*`` and ``suhosin.get.\*``
``suhosin.request.*``, ``suhosin.post.*`` and ``suhosin.get.*``
directives can have negative effect on phpMyAdmin usability. You can
always find in your error logs which limit did cause dropping of
variable, so you can diagnose the problem and adjust matching