Skip to content

Commit

Permalink
Fixed short PHP tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gidgreen committed Nov 6, 2014
1 parent a9a60de commit 52b7320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa-include/Q2A/Util/Usage.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function output()
?></textarea>
</td>
<td class="debug-cell-queries">
<textarea class="debug-output" cols="40" rows="20"><?=qa_html($this->databaseQueryLog)?></textarea>
<textarea class="debug-output" cols="40" rows="20"><?php echo qa_html($this->databaseQueryLog)?></textarea>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 52b7320

Please sign in to comment.