mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:46:00 +00:00
Removed extra php end tag that was showing in the page title
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user