From 6102759b7cb9fd23f4e7fa5f12137334ff30a410 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 21 Sep 2012 08:57:29 +0200 Subject: Use echo shortcut syntax Replace all occurrences of " --- web/template/header.php | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'web/template/header.php') diff --git a/web/template/header.php b/web/template/header.php index d87ddfe..3179a53 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -1,14 +1,14 @@ -'; ?> +'; ?> + xml:lang="" lang=""> - AUR (<?php print htmlspecialchars($LANG); ?>)<?php if ($title != "") { print " - " . htmlspecialchars($title); } ?> + AUR (<?= htmlspecialchars($LANG); ?>)<?php if ($title != "") { print " - " . htmlspecialchars($title); } ?> - ' /> + ' /> @@ -29,7 +29,7 @@
-
"> + ">