~ubuntu-branches/ubuntu/quantal/phppgadmin/quantal

« back to all changes in this revision

Viewing changes to classes/Misc.php

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2011-10-05 21:47:32 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20111005214732-skb0smj244cm8o46
Tags: 5.0.3-1
New upstream release, fixes XSS vulnerabilities.
Closes: #644290, CVE-2011-3598.

Show diffs side-by-side

added added

removed removed

Lines of Context:
398
398
                                echo "<link rel=\"shortcut icon\" href=\"images/themes/{$conf['theme']}/Favicon.ico\" type=\"image/vnd.microsoft.icon\" />\n";
399
399
                                echo "<link rel=\"icon\" type=\"image/png\" href=\"images/themes/{$conf['theme']}/Introduction.png\" />\n";
400
400
                                echo "<title>", htmlspecialchars($appName);
401
 
                                if ($title != '') echo " - {$title}";
 
401
                                if ($title != '') echo htmlspecialchars(" - {$title}");
402
402
                                echo "</title>\n";
403
403
 
404
404
                                if ($script) echo "{$script}\n";