summaryrefslogtreecommitdiff
path: root/resources/views/layouts/ajax.phtml
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-04-25 22:49:20 +0100
committerGreg Roach <fisharebest@webtrees.net>2019-04-25 22:49:20 +0100
commit39c990acdae56e02eaa7ff99ee9fcf5395c13d20 (patch)
tree14fcbae1680511dc273e26c7d3a81d35d2187d3a /resources/views/layouts/ajax.phtml
parentb2c011d7d8ff495bd3636357907da539925bd5f9 (diff)
downloadwebtrees-39c990acdae56e02eaa7ff99ee9fcf5395c13d20.tar.gz
webtrees-39c990acdae56e02eaa7ff99ee9fcf5395c13d20.tar.bz2
webtrees-39c990acdae56e02eaa7ff99ee9fcf5395c13d20.zip
CodeStyle - redundant semicolons
Diffstat (limited to 'resources/views/layouts/ajax.phtml')
-rw-r--r--resources/views/layouts/ajax.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/layouts/ajax.phtml b/resources/views/layouts/ajax.phtml
index 9c6ac48bd4..34ec603fd3 100644
--- a/resources/views/layouts/ajax.phtml
+++ b/resources/views/layouts/ajax.phtml
@@ -2,4 +2,4 @@
<?= $content ?>
-<?= View::stack('javascript');
+<?= View::stack('javascript') ?>