|
@@ -69,7 +69,10 @@ |
|
|
block discarded – undo |
|
69
|
69
|
<h2><?php p($l->t('Version'));?></h2> |
|
70
|
70
|
<?php if ($theme->getTitle() === 'Nextcloud'): ?> |
|
71
|
71
|
<p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 3</a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p> |
|
72
|
|
- <?php else: ?> |
|
73
|
|
- <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></strong></p> |
|
|
72
|
+ <?php else { |
|
|
73
|
+ : ?> |
|
|
74
|
+ <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); |
|
|
75
|
+} |
|
|
76
|
+?>" rel="noreferrer noopener" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></strong></p> |
|
74
|
77
|
<?php endif; ?> |
|
75
|
78
|
</div> |
Please login to merge, or discard this patch.