summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-23 10:42:32 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-23 19:37:06 +0200
commitcfd9ad6c0adb001b9caf3357bdd1ce35fe3d0fe5 (patch)
treeae447e88499afcc77ef036dc1727fa2bf33e6499 /templates
parentc25a58e4ced70333ada1b99d1ab42ee40e4f9ac7 (diff)
fix missing "
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'templates')
-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>