There was an error while loading. Please reload this page.
1 parent 3b150ab commit 45d5256Copy full SHA for 45d5256
1 file changed
tags/webskin/simpleNav.cfm
@@ -96,7 +96,7 @@
96
97
<!--- output opening item --->
98
<cfoutput><#attributes.itemTag#<cfif len(thisClass)> class="#thisClass#"</cfif>>#attributes.itemMarkupStart#</cfoutput>
99
- <cfoutput><a href="#href#" <cfif qNav.target eq "_blank">target="#qNav.target#"</cfif>>#qNav.objectname#</a></cfoutput>
+ <cfoutput><a href="#href#" <cfif len(qNav.target)>target="#qNav.target#"</cfif>>#qNav.objectname#</a></cfoutput>
100
101
<!--- output closing nested tag for the last item --->
102
<cfif qNav.recordCount gt qNav.currentRow AND qNav.nlevel[qNav.currentRow+1] lt qNav.nlevel[qNav.currentRow]>
0 commit comments