summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-23 10:38:27 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-23 10:44:54 +0200
commit3eb8b070fb85d325a91f31e228ba951eae326588 (patch)
tree76ab780ea1d648f4fd7cb3eee242941441ce5f5a
parent3e7c6a8b7a68f2ab2aabb12915fe46458515dd4a (diff)
fix missing "
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 01d1b04e9..d85af3f83 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -119,7 +119,7 @@ style('news', 'admin');
'Interval in seconds in which the feeds will be updated.'
)); ?>
</em>
- <a href="https://nextcloud.github.io/news/admin/><?php p($l->t(
+ <a href="https://nextcloud.github.io/news/admin/"><?php p($l->t(
'For more information check the documentation.'
)); ?></a>
</p>