diff --git a/UPGRADING b/UPGRADING index f1d43f1a..1d7d5cfb 100644 --- a/UPGRADING +++ b/UPGRADING @@ -17,6 +17,8 @@ ALTER TABLE Users ADD COLUMN PGPKey VARCHAR(40) NULL DEFAULT NULL; 4. Enable the PDO MySQL extension (pdo_mysql.so) in "php.ini". +5. Upgrade to PHP>=5.4.0 or enable "short_open_tag" in "php.ini". + From 1.9.0 to 1.9.1 ------------------- diff --git a/web/html/addvote.php b/web/html/addvote.php index d1cd809a..55750317 100644 --- a/web/html/addvote.php +++ b/web/html/addvote.php @@ -62,29 +62,29 @@ if ($atype == "Trusted User" || $atype == "Developer") { ?> -
+= $error ?>
- - + = __('Remember to vote for your favourite packages!'); ?> + = __('Some packages may be provided as binaries in [community].'); ?>
-
+diff --git a/web/template/header.php b/web/template/header.php index d87ddfef..3179a530 100644 --- a/web/template/header.php +++ b/web/template/header.php @@ -1,14 +1,14 @@ -'; ?> += ''; ?> + xml:lang="= htmlspecialchars($LANG, ENT_QUOTES) ?>" lang="= htmlspecialchars($LANG, ENT_QUOTES) ?>">
-
+
- ' /> + ' />