We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a867de9 commit 61039abCopy full SHA for 61039ab
1 file changed
templates/layout/default.php
@@ -356,7 +356,8 @@
356
<br>
357
<div class="container">
358
<div class="float-right" title="<?= __('Changelog') . ': ' . PHP_EOL . h(Versioning::getChangelog()) ?>">
359
- <?= __('Source Code') ?>: <a href="https://github.com/Mapiiik/Watcher-NMS" target="_blank" rel="noopener">GitHub</a>,
+ <?= __('Source Code') ?>:
360
+ <a href="https://github.com/Mapiiik/Watcher-NMS" target="_blank" rel="noopener">GitHub</a>,
361
<?= __('Version') . ': ' . h(Versioning::getVersion()) ?>
362
</div>
363
<br><br>
0 commit comments