File tree 3 files changed +6
-2
lines changed
main/resources/META-INF/maven
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ assert html.contains( '<li class="active"><a><span class="none"></span>About</a>
28
28
assert html. contains( ' <li><a href="summary.html" title="Summary"><span class="none"></span>Summary</a>' )
29
29
assert html. contains( ' <li><a href="plugins.html" title="Plugins"><span class="none"></span>Plugins</a></li>' )
30
30
// breadcrumb
31
- assert html. contains( ' <li class="" ><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>' )
31
+ assert html. contains( ' <li><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>' )
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ assert html.contains( '<li><a title="About">About</a></li>' )
28
28
assert html. contains( ' <li><a href="summary.html" title="Summary">Summary</a></li>' )
29
29
assert html. contains( ' <li><a href="plugins.html" title="Plugins">Plugins</a></li>' )
30
30
// breadcrumb
31
- assert html. contains( ' <li class="" ><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>' )
31
+ assert html. contains( ' <li><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li>' )
Original file line number Diff line number Diff line change 224
224
#* *##set ( $currentItemHref = './' )
225
225
#* *##end
226
226
##
227
+ #* *##if( !$cssClass.isEmpty() )
227
228
<li class="$cssClass">##
229
+ #* *##else
230
+ <li>##
231
+ #end
228
232
#* *##link( $currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height false )
229
233
#* *#<span class="divider">$breadcrumbDivider</span>##
230
234
#* *#</li>
You can’t perform that action at this time.
0 commit comments