summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorRodney Stromlund <[email protected]>2019-09-17 09:11:30 -0500
committerRodney Stromlund <[email protected]>2019-09-17 09:11:30 -0500
commit958c4dc124054bef4813ad79bac875827cd47a41 (patch)
tree717a65107bc37301a9c119a726f40572d68d5cbb /classes/handler/public.php
parentb0d67cd3d0f68650cdc6b73f3e76c3ca5936225b (diff)
Removed extra php end tag that was showing in the page title
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 91413b976..e2082ff1e 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -509,7 +509,7 @@ class Handler_Public extends Handler {
<!DOCTYPE html>
<html>
<head>
- <title><?php echo __("Share with Tiny Tiny RSS") ?> ?></title>
+ <title><?php echo __("Share with Tiny Tiny RSS") ?></title>
<?php
echo stylesheet_tag("css/default.css");
echo javascript_tag("lib/prototype.js");