Removed extra php end tag that was showing in the page title

This commit is contained in:
Rodney Stromlund 2019-09-17 09:11:30 -05:00
parent b0d67cd3d0
commit 958c4dc124
1 changed files with 1 additions and 1 deletions

View File

@ -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");