Remove extra escaping in code samples
This commit is contained in:
parent
66b2c3e274
commit
563816cbd8
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user