Project

General

Profile

« Previous | Next » 

Revision a1560c1b

Added by Colin Fleming over 12 years ago

Use HTMLENTITIES to deprecate the ampersand

View differences:

usr/local/www/fbegin.inc
379 379
?>
380 380

  
381 381
<div>
382
<span class="pgtitle"><a href="<?= $_SERVER['REQUEST_URI'] ?>"><?=genhtmltitle($pgtitle);?></a></span>
382
<span class="pgtitle"><a href="<?= htmlentities($_SERVER['REQUEST_URI']) ?>"><?=genhtmltitle($pgtitle);?></a></span>
383 383
<span style="float:right; margin: 0 0 20px 20px">
384 384
<?php
385 385
if (!$hide_service_status && !empty($shortcuts[$shortcut_section]['service'])) {

Also available in: Unified diff