diff options
author | Marcel Korpel <marcel.lists@gmail.com> | 2013-01-09 17:41:33 +0000 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-01-19 12:18:13 +0100 |
commit | 8e1051932eb86ef87f7b64efc86f50e633201b56 (patch) | |
tree | ce7bd28a65411339ca5cb5f711ddb6b79a01fa98 /web/lib/aur.inc.php | |
parent | b004333eadb9a4db57592bb501b28edced708943 (diff) | |
download | aurweb-8e1051932eb86ef87f7b64efc86f50e633201b56.tar.xz |
Add description meta-element to package pages
Implements FS#33294
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib/aur.inc.php')
-rw-r--r-- | web/lib/aur.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/aur.inc.php b/web/lib/aur.inc.php index 018d5c8..e392102 100644 --- a/web/lib/aur.inc.php +++ b/web/lib/aur.inc.php @@ -297,7 +297,7 @@ function db_connect() { * * @return void */ -function html_header($title="") { +function html_header($title="", $details=array()) { global $AUR_LOCATION; global $DISABLE_HTTP_LOGIN; global $LANG; |