summaryrefslogtreecommitdiffstats
path: root/core/templates/403.php
diff options
context:
space:
mode:
authorVolker E <volker.e@temporaer.net>2015-03-17 23:57:23 +0100
committerVolker E <volker.e@temporaer.net>2015-03-17 23:57:23 +0100
commit6ad76b5cc2a31545c7466ec1d6c18ac2bbf0dd09 (patch)
tree7996d4451c01f8656baa12658ab6a72d167be377 /core/templates/403.php
parent25b77159c453f72efd1e2c622fc4c4046816ca84 (diff)
downloadnextcloud-server-6ad76b5cc2a31545c7466ec1d6c18ac2bbf0dd09.tar.gz
nextcloud-server-6ad76b5cc2a31545c7466ec1d6c18ac2bbf0dd09.zip
addressing #14982 self-closing tags ending slash doesn't have a purpose & should be removed
Diffstat (limited to 'core/templates/403.php')
-rw-r--r--core/templates/403.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/403.php b/core/templates/403.php
index 6e910fd2e82..a19009c3546 100644
--- a/core/templates/403.php
+++ b/core/templates/403.php
@@ -9,7 +9,7 @@ if(!isset($_)) {//also provide standalone error page
?>
<ul>
<li class='error'>
- <?php p($l->t( 'Access forbidden' )); ?><br/>
+ <?php p($l->t( 'Access forbidden' )); ?><br>
<p class='hint'><?php if(isset($_['file'])) p($_['file'])?></p>
</li>
</ul>