Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update templates/element/sql_log_panel.php
Co-authored-by: ADmad <ADmad@users.noreply.github.com>
  • Loading branch information
LordSimal and ADmad authored Jan 4, 2024
commit 77b6026060d20fb7992e226a9720997c8d1b1a5c
2 changes: 1 addition & 1 deletion templates/element/sql_log_panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<tr>
<td>
<?php
if($query['isSqlQuery']):
if ($query['isSqlQuery']):
echo (new SqlFormatter(
new HtmlHighlighter([
HtmlHighlighter::HIGHLIGHT_QUOTE => 'style="color: #004d40;"',
Expand Down