mirror of
https://github.com/filp/whoops.git
synced 2026-09-05 06:57:29 +00:00
Merge pull request #555 from staabm/patch-1
best practice: removed php end-tags
This commit is contained in:
@@ -14,4 +14,4 @@
|
||||
--><span class="frame-line"><?php echo (int) $frame->getLine() ?></span>
|
||||
</div>
|
||||
</div>
|
||||
<?php endforeach; ?>
|
||||
<?php endforeach;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
<?php $tpl->render($header_outer) ?>
|
||||
<?php $tpl->render($frames_description) ?>
|
||||
<?php $tpl->render($frames_container) ?>
|
||||
<?php
|
||||
$tpl->render($header_outer);
|
||||
$tpl->render($frames_description);
|
||||
$tpl->render($frames_container);
|
||||
|
||||
Reference in New Issue
Block a user