--- a/documents/template.inc.php +++ b/documents/template.inc.php @@ -21,7 +21,7 @@ <!-- Mobile viewport optimized: h5bp.com/viewport --> <meta name="viewport" content="width=device-width"> - +<link rel="alternate" type="application/rss+xml" title="Latest Disclosure Log Entries" href="rss.xml.php" /> <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons --> <meta name="google-site-verification" content="jkknX5g2FCpQvrW030b1Nq2hyoa6mb3EDiA7kCoHNj8" /> @@ -145,7 +145,7 @@ $result .= "</ul>"; } - $result .= "<small><A href='".$row->value->url."'>View original source...</a> ID: ".$row->value->docID."</small>"; + $result .= "<small><A href='".$row->value->url."'>View original source...</a> ID: ".strip_tags($row->value->docID)."</small>"; $result .= "</div>"; return $result; }