mirror of https://github.com/wallabag/wallabag.git
Correct the php opening tag
This commit is contained in:
parent
634cf566f5
commit
c44908ddd0
|
@ -80,7 +80,7 @@ function url(){
|
||||||
<li><a href="index.php">home</a></li>
|
<li><a href="index.php">home</a></li>
|
||||||
<li><a href="#">favorites</a></li>
|
<li><a href="#">favorites</a></li>
|
||||||
<li><a href="#">archive</a></li>
|
<li><a href="#">archive</a></li>
|
||||||
<li><a href="javascript:(function(){var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;window.open('<? echo url()?>index.php?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li>
|
<li><a href="javascript:(function(){var%20url%20=%20location.href;var%20title%20=%20document.title%20||%20url;window.open('<?php echo url()?>index.php?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<?php
|
<?php
|
||||||
$query = $db_handle->prepare("SELECT * FROM entries WHERE read=?");
|
$query = $db_handle->prepare("SELECT * FROM entries WHERE read=?");
|
||||||
|
|
Loading…
Reference in New Issue