Skip to content

Commit 74c507c

Browse files
authored
Update header.inc
is not "" changed to != ""
1 parent 514e696 commit 74c507c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

skins/NewNeoWx/header.inc

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<span class="navbar-brand d-flex">
99
#if $Extras.Header.show_logo == "yes"
1010
<a class="mr-2" href="index.html">
11-
#if $Extras.Header.custom_logo_url is not ""
11+
#if $Extras.Header.custom_logo_url != ""
1212
<img src="$Extras.Header.custom_logo_url" style="width: 4rem">
1313
#else
1414
<img src="img/icon-alpha-1x.png" srcset="img/icon-alpha-1x.png 1x, img/icon-alpha-2x.png 2x" style="width: 4rem">
@@ -111,13 +111,13 @@
111111
#end if
112112
#end if
113113

114-
#if $Extras.Header.custom1_url is not ""
114+
#if $Extras.Header.custom1_url != ""
115115
<li class="nav-item mr-3">
116116
<a class="nav-link" href="$Extras.Header.custom1_url">$Extras.Header.custom1_label</a>
117117
</li>
118118
#end if
119119

120-
#if $Extras.Header.custom2_url is not ""
120+
#if $Extras.Header.custom2_url != ""
121121
<li class="nav-item mr-3">
122122
<a class="nav-link" href="$Extras.Header.custom2_url">$Extras.Header.custom2_label</a>
123123
</li>
@@ -176,4 +176,4 @@
176176
#end if
177177
</nav>
178178

179-
</header>
179+
</header>

0 commit comments

Comments
 (0)