Skip to content

Commit

Permalink
Also escape the title
Browse files Browse the repository at this point in the history
  • Loading branch information
sgolemon committed Jul 6, 2016
1 parent b55d076 commit de590df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.php
Expand Up @@ -15,7 +15,7 @@

include("include/functions.php");

$TITLE = "PHP: QA: PFTT: $branch: $revision";
$TITLE = htmlentities("PHP: QA: PFTT: $branch: $revision");
$SITE_UPDATE = date("D M d H:i:s Y T", filectime(__FILE__));
/* $Id$ */

Expand Down

0 comments on commit de590df

Please sign in to comment.