Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-07-15 17:19:13 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-15 17:19:13 +0300
commit4c24db081295ad034c0a7c52694d7612d9893761 (patch)
treeb54e68d6e1150c0b54c845883e70345d1b629954 /lint.php
parent068c11bb806e63c708d7d89ae04d5fb78a69a5f3 (diff)
Style improvements.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
Diffstat (limited to 'lint.php')
-rw-r--r--lint.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint.php b/lint.php
index d434de81b2..8a5a7cfb4a 100644
--- a/lint.php
+++ b/lint.php
@@ -121,7 +121,7 @@ function linter($query)
// Building the response.
$response[] = array(
- 'message' => $error[0] . ' (near ' . $error[2] . ')',
+ 'message' => $error[0] . ' (near <code>' . $error[2] . '</code>)',
'fromLine' => $fromLine,
'fromColumn' => $fromColumn,
'toLine' => $toLine,