Browse Source

fix: address review

Signed-off-by: Simon L <szaimen@e.mail.de>

Signed-off-by: Simon L. <szaimen@e.mail.de>
Co-Authored-By: Josh <josh.t.richards@gmail.com>
pull/45057/head
Simon L 3 weeks ago
parent
commit
cb646b2b8b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/templates/exception.php

+ 1
- 1
core/templates/exception.php View File

@@ -26,7 +26,7 @@ function print_exception(Throwable $e, \OCP\IL10N $l): void {
<p><?php p($l->t('If this happens again, please send the technical details below to the server administrator.')) ?></p>
<p><?php p($l->t('More details can be found in the server log.')) ?></p>
<?php if (isset($_['serverLogsDocumentation']) && $_['serverLogsDocumentation'] !== ''): ?>
<p><a href="<?php print_unescaped($_['serverLogsDocumentation']) ?>" target="_blank" rel="noopener"><?php p($l->t('See this documentation how to retreive them.')) ?></a></p>
<p><a href="<?php print_unescaped($_['serverLogsDocumentation']) ?>" target="_blank" rel="noopener"><?php p($l->t('For more details see the documentation ↗.')) ?></a></p>
<?php endif; ?>

<h3><?php p($l->t('Technical details')) ?></h3>

Loading…
Cancel
Save