diff --git a/doc/sso.txt b/doc/sso.txt
index 1b0b1f7d..481166cf 100644
--- a/doc/sso.txt
+++ b/doc/sso.txt
@@ -22,7 +22,7 @@ you may customize [options] aur_location and [sso] openid_configuration in
You may then start `keycloak.service` through systemd.
-See also ArchWiki .
+See also ArchWiki .
Configuring a realm
-------------------
diff --git a/web/html/home.php b/web/html/home.php
index 8fb05246..be37e970 100644
--- a/web/html/home.php
+++ b/web/html/home.php
@@ -74,9 +74,9 @@ if (isset($_COOKIE["AURSID"])) {
',
+ '',
'',
- '',
+ '',
''
);
?>
@@ -84,7 +84,7 @@ if (isset($_COOKIE["AURSID"])) {
echo __(
'Contributed PKGBUILDs %smust%s conform to the %sArch Packaging Standards%s otherwise they will be deleted!',
'', '',
- '',
+ '',
''
);
?>
@@ -95,7 +95,7 @@ if (isset($_COOKIE["AURSID"])) {
= __('DISCLAIMER') ?>:
= __('AUR packages are user produced content. Any use of the provided files is at your own risk.'); ?>
- = __('Learn more...') ?>
+ = __('Learn more...') ?>
@@ -131,7 +131,7 @@ if (isset($_COOKIE["AURSID"])) {
',
+ '
',
''
);
?>
diff --git a/web/template/pkgbase_actions.php b/web/template/pkgbase_actions.php
index 5eee5478..3d208328 100644
--- a/web/template/pkgbase_actions.php
+++ b/web/template/pkgbase_actions.php
@@ -7,7 +7,7 @@
= __('View Changes') ?>
= __('Download snapshot') ?>
- = __('Search wiki') ?>
+
= __('Search wiki') ?>
= $row["OutOfDateTS"] !== NULL ? html_action_link($base_uri . 'flag-comment/', __('Flagged out-of-date (%s)', "$out_of_date_time")) : "" ?>
= html_action_link($base_uri . 'flag/', __('Flag package out-of-date')) ?>