diff options
-rwxr-xr-x | update-website | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-website b/update-website index 2f2a936..1bd9507 100755 --- a/update-website +++ b/update-website @@ -314,7 +314,7 @@ fi values=( 'Current Release' "${latest_iso_date}" 'Included Kernel' "${kernels}" - 'PGP Key' '<a href="http://www.archlinux32.org/buildmaster/gpg-keys.php?fp='"${sign_keys}"'>'"${sign_keys}"'</a>' + 'PGP Key' '<a href="http://www.archlinux32.org/buildmaster/gpg-keys.php?fp='"${sign_keys}"'">'"${sign_keys}"'</a>' ) for arch in 'i686' 'dual'; do values+=( |