Merge pull request #54671 from nextcloud/chore/noid/hub25Autumn

This commit is contained in:
Kate 2025-08-26 21:34:39 +02:00 committed by GitHub
commit f8d6d9eb4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,5 +15,5 @@
<div id="version" class="section">
<!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
<h2><?php p($l->t('Version'));?></h2>
<p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 10</a> (<?php p($_['version']) ?>)</strong></p>
<p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 25 Autumn</a> (<?php p($_['version']) ?>)</strong></p>
</div>