Skip to content

Commit 61039ab

Browse files
committed
PHPCS - Fix long line
1 parent a867de9 commit 61039ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

templates/layout/default.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@
356356
<br>
357357
<div class="container">
358358
<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>,
359+
<?= __('Source Code') ?>:
360+
<a href="https://github.com/Mapiiik/Watcher-NMS" target="_blank" rel="noopener">GitHub</a>,
360361
<?= __('Version') . ': ' . h(Versioning::getVersion()) ?>
361362
</div>
362363
<br><br>

0 commit comments

Comments
 (0)