We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2388866 commit 6e42370Copy full SHA for 6e42370
glowdash/html.go
@@ -77,9 +77,11 @@ func htmlHeaderLine(sub string) string {
77
for i := 0; i < pc; i++ {
78
if Panels[i].SubTo() == sub {
79
html += "<li><a href=\"/subpage/" + Panels[i].SubTo() + "\">" + Panels[i].Title() + "</a></li>"
80
+ break
81
}
82
if Panels[i].LaunchTo() == sub {
83
html += "<li><a href=\"/page/" + Panels[i].LaunchTo() + "\">" + Panels[i].Title() + "</a></li>"
84
85
86
87
0 commit comments