Commit 52b73209 by Gideon Greenspan

Fixed short PHP tag

parent a9a60dee
...@@ -131,7 +131,7 @@ class Q2A_Util_Usage ...@@ -131,7 +131,7 @@ class Q2A_Util_Usage
?></textarea> ?></textarea>
</td> </td>
<td class="debug-cell-queries"> <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> </td>
</tr> </tr>
</tbody> </tbody>
......
Markdown is supported
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