Skip to content

Commit 7a7d209

Browse files
committed
Remove stray backslash-n in QSL view
Remove a stray backslash-n sequence from the QSL tab conditional in application/views/qso/index.php. This prevents the backslash-n from being emitted into the HTML and restores proper spacing/formatting for the QSL tab pane.
1 parent 9ea0112 commit 7a7d209

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

application/views/qso/index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,8 @@ function switchMode(url) {
644644
</div>
645645
<?php endif; // notes_tab ?>
646646

647-
<?php if ($qso_fields['qsl_tab']): ?>\n <!-- QSL Tab -->
647+
<?php if ($qso_fields['qsl_tab']): ?>
648+
<!-- QSL Tab -->
648649
<div class="tab-pane fade" id="qsl" role="tabpanel" aria-labelledby="qsl-tab">
649650

650651
<div class="mb-3 row">

0 commit comments

Comments
 (0)