Skip to content
Snippets Groups Projects
Commit 2f5da9d8 authored by Laurent Gil's avatar Laurent Gil
Browse files

Minor display fix

parent 9cbeb3c8
No related branches found
No related tags found
No related merge requests found
......@@ -881,7 +881,7 @@ sub add_examples {
}
if (defined($sql)) {
foreach my $word (qw(SELECT FROM WHERE LIMIT DESC ORDER)) {
$sql =~ s/$word/$word/i;
$sql =~ s/$word /$word /i;
}
}
$html .= qq{<pre style="display:inline;border:1px solid #555;padding:2px;margin-right:15px;margin-left:10px">$sql</pre> $show_hide\n$sql_table};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment