summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2012-02-19 16:41:47 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2012-02-19 16:41:47 +0100
commita774b3d3558284bcabcc51a2447fd8b1a22ed194 (patch)
tree72971d850c02e4f9d5f4e5cf2eb117982fcaf58f
parent7cb89be81f9113380ee7e3b80d37fbd3b58f77fd (diff)
parent19789c3f759f4162a2eaa4ccc0b6fe0df51957ca (diff)
downloadaur-a774b3d3558284bcabcc51a2447fd8b1a22ed194.tar.gz
aur-a774b3d3558284bcabcc51a2447fd8b1a22ed194.tar.xz
Merge branch 'maint'
-rw-r--r--web/template/footer.php2
-rw-r--r--web/template/header.php8
-rw-r--r--web/template/pkg_details.php2
-rw-r--r--web/template/stats/updates_table.php2
4 files changed, 7 insertions, 7 deletions
diff --git a/web/template/footer.php b/web/template/footer.php
index 435de5c7..0948f686 100644
--- a/web/template/footer.php
+++ b/web/template/footer.php
@@ -2,7 +2,7 @@
<!-- End of main content -->
<?php
if ($ver) {
- echo "<div class=\"pgbox version\">$ver</div>";
+ echo "<div class=\"pgbox version\">" . htmlspecialchars($ver) . "</div>";
}
?>
</body>
diff --git a/web/template/header.php b/web/template/header.php
index 73486b4d..91ee8065 100644
--- a/web/template/header.php
+++ b/web/template/header.php
@@ -2,9 +2,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
- xml:lang="<?php print "$LANG\" lang=\"$LANG"; ?>">
+ xml:lang="<?php print htmlspecialchars($LANG, ENT_QUOTES) ?>" lang="<?php print htmlspecialchars($LANG, ENT_QUOTES) ?>">
<head>
- <title>AUR (<?php print $LANG; ?>)<?php if ($title != "") { print " - " . $title; } ?></title>
+ <title>AUR (<?php print htmlspecialchars($LANG); ?>)<?php if ($title != "") { print " - " . htmlspecialchars($title); } ?></title>
<link rel='stylesheet' type='text/css' href='css/fonts.css' />
<link rel='stylesheet' type='text/css' href='css/containers.css' />
<link rel='stylesheet' type='text/css' href='css/arch.css' />
@@ -52,8 +52,8 @@ reset($SUPPORTED_LANGS);
foreach ($SUPPORTED_LANGS as $lang => $lang_name) {
print '<a href="'
. htmlspecialchars($_SERVER["PHP_SELF"], ENT_QUOTES)
- ."?setlang=$lang\" title=\"$lang_name\">"
- . strtolower($lang) . "</a>\n";
+ ."?setlang=" . htmlspecialchars($lang, ENT_QUOTES) . "\" title=\"" . htmlspecialchars($lang_name, ENT_QUOTES) . "\">"
+ . htmlspecialchars(strtolower($lang)) . "</a>\n";
}
?>
</div>
diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php
index 880a6758..046f836b 100644
--- a/web/template/pkg_details.php
+++ b/web/template/pkg_details.php
@@ -69,7 +69,7 @@ $out_of_date_time = ($row["OutOfDateTS"] == 0) ? $msg : gmdate("r", intval($row[
<p>
<span class='f2'><?php echo htmlspecialchars($row['Name']) . ' ' . htmlspecialchars($row['Version']) ?></span><br />
- <span class='f3'><a href="<?php echo htmlspecialchars($row['URL'], ENT_QUOTES) . '">' . $row['URL'] ?></a></span><br />
+ <span class='f3'><a href="<?php echo htmlspecialchars($row['URL'], ENT_QUOTES) . '">' . htmlspecialchars($row['URL']) ?></a></span><br />
<span class='f3'><?php echo htmlspecialchars($row['Description'], ENT_QUOTES); ?></span>
</p>
diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php
index a8cdf5aa..8da67320 100644
--- a/web/template/stats/updates_table.php
+++ b/web/template/stats/updates_table.php
@@ -11,7 +11,7 @@
<td class="boxSoft">
<span class="f4"><span class="blue">
<a href="packages.php?ID=<?php print intval($row["ID"]); ?>">
-<?php print $row["Name"] . ' ' . $row["Version"]; ?>
+<?php print htmlspecialchars($row["Name"]) . ' ' . htmlspecialchars($row["Version"]); ?>
</a></span></span>
</td>
<td class="boxSoft">