aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
authorFatih Orhan <fatihorhan@gmail.com>2013-04-04 11:05:58 +0300
committerFatih Orhan <fatihorhan@gmail.com>2013-04-04 11:05:58 +0300
commitc44908ddd02eb5fd63c292bb7e0fa99a52f73222 (patch)
tree32cbf6c9d4f0d0aa3683275a26b7fc3bc32bc53b /index.php
parent634cf566f5d6aa92ca2c409932181a76bcfb91d0 (diff)
downloadwallabag-c44908ddd02eb5fd63c292bb7e0fa99a52f73222.tar.gz
wallabag-c44908ddd02eb5fd63c292bb7e0fa99a52f73222.tar.zst
wallabag-c44908ddd02eb5fd63c292bb7e0fa99a52f73222.zip
Correct the php opening tag
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9e6e2256..e32996fa 100755
--- a/index.php
+++ b/index.php
@@ -80,7 +80,7 @@ function url(){
80 <li><a href="index.php">home</a></li> 80 <li><a href="index.php">home</a></li>
81 <li><a href="#">favorites</a></li> 81 <li><a href="#">favorites</a></li>
82 <li><a href="#">archive</a></li> 82 <li><a href="#">archive</a></li>
83 <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> 83 <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>
84 </ul> 84 </ul>
85 <?php 85 <?php
86 $query = $db_handle->prepare("SELECT * FROM entries WHERE read=?"); 86 $query = $db_handle->prepare("SELECT * FROM entries WHERE read=?");