Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit 52b7320

Browse files
committed
Fixed short PHP tag
1 parent a9a60de commit 52b7320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa-include/Q2A/Util/Usage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function output()
131131
?></textarea>
132132
</td>
133133
<td class="debug-cell-queries">
134-
<textarea class="debug-output" cols="40" rows="20"><?=qa_html($this->databaseQueryLog)?></textarea>
134+
<textarea class="debug-output" cols="40" rows="20"><?php echo qa_html($this->databaseQueryLog)?></textarea>
135135
</td>
136136
</tr>
137137
</tbody>

0 commit comments

Comments
 (0)