mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
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>
This commit is contained in:
parent
620d10c842
commit
cb646b2b8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue