mirror of
https://github.com/vrana/adminer.git
synced 2025-08-17 20:01:25 +02:00
Print \n as <br />, not
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@736 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -207,7 +207,7 @@ function select($result, $dbh2 = null) {
|
||||
} else {
|
||||
if ($blobs[$key] && !is_utf8($val)) {
|
||||
$val = "<i>" . lang('%d byte(s)', strlen($val)) . "</i>"; //! link to download
|
||||
} elseif (!strlen(trim($val))) {
|
||||
} elseif (!strlen(trim($val, " \t"))) {
|
||||
$val = " "; // some content to print a border
|
||||
} else {
|
||||
$val = nl2br(htmlspecialchars($val));
|
||||
|
Reference in New Issue
Block a user