Commit: de590df0ab2e3599332962ee2a7ca636bb688293 Author: Sara Golemon <poll...@php.net> Tue, 5 Jul 2016 17:46:53 -0700 Parents: b55d076eac8102296682420ec1f18d7e539e3103 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=de590df0ab2e3599332962ee2a7ca636bb688293 Log: Also escape the title Changed paths: M build.php Diff: diff --git a/build.php b/build.php index 056fdea..54e97cb 100755 --- a/build.php +++ b/build.php @@ -15,7 +15,7 @@ if (substr($revision, 0, 1)!='r' and strpos($revision, ".")===FALSE) { 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$ */ -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php