summaryrefslogtreecommitdiff
path: root/views/new-favorite.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2019-10-19 21:31:55 +0100
committerAaron Parecki <aaron@parecki.com>2019-10-19 21:31:55 +0100
commit873cc81ee7325752c43dd007f723b225758cf9ac (patch)
tree6dad56e3fc011452f6064d47655cf4d35dc50fac /views/new-favorite.php
parentecb47c9c2f6396a7627d92b8e2023f478be05a36 (diff)
drop php shorttags
Diffstat (limited to 'views/new-favorite.php')
-rw-r--r--views/new-favorite.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/new-favorite.php b/views/new-favorite.php
index f457e3b..653ed58 100644
--- a/views/new-favorite.php
+++ b/views/new-favorite.php
@@ -63,10 +63,10 @@ $(function(){
return false;
});
- <? if($this->autosubmit): ?>
+ <?php if($this->autosubmit): ?>
$(".footer, #bookmarklet").hide();
$("#btn_post").click();
- <? endif ?>
+ <?php endif ?>
bind_syndication_buttons();
});