diff options
author | Fatih Orhan <fatihorhan@gmail.com> | 2013-04-04 11:05:58 +0300 |
---|---|---|
committer | Fatih Orhan <fatihorhan@gmail.com> | 2013-04-04 11:05:58 +0300 |
commit | c44908ddd02eb5fd63c292bb7e0fa99a52f73222 (patch) | |
tree | 32cbf6c9d4f0d0aa3683275a26b7fc3bc32bc53b | |
parent | 634cf566f5d6aa92ca2c409932181a76bcfb91d0 (diff) | |
download | wallabag-c44908ddd02eb5fd63c292bb7e0fa99a52f73222.tar.gz wallabag-c44908ddd02eb5fd63c292bb7e0fa99a52f73222.tar.zst wallabag-c44908ddd02eb5fd63c292bb7e0fa99a52f73222.zip |
Correct the php opening tag
-rwxr-xr-x | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=?"); |