Skip to content

Commit fad1a30

Browse files
committed
Add additional <br>
1 parent 4e5119f commit fad1a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeepSkyStacker/About.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace DSS
3737
strText += "<br>";
3838
strText += copyright;
3939
strText = strText.replace("\n", "<br>");
40-
strHTML += "<b>" + strText + "</b><br>";
40+
strHTML += "<b>" + strText + "</b><br><br>";
4141

4242
strText = "Qt Application Framework 6.10.0\nCopyright © 2025 The Qt Company Ltd.";
4343
strText += "<br>";

0 commit comments

Comments
 (0)