Get rid of unnecessary [%- and -%] tags
This commit is contained in:
@ -5,8 +5,8 @@
|
||||
</li>
|
||||
[% END %]
|
||||
|
||||
[% BLOCK makeLink -%]
|
||||
[% INCLUDE makeLinkWrapped content="" -%]
|
||||
[% BLOCK makeLink %]
|
||||
[% INCLUDE makeLinkWrapped content="" %]
|
||||
[% END %]
|
||||
|
||||
[% BLOCK makeSubMenu %]
|
||||
@ -26,8 +26,8 @@
|
||||
</li>
|
||||
[% END %]
|
||||
|
||||
[% BLOCK makeLink -%]
|
||||
[% INCLUDE makeLinkWrapped content="" -%]
|
||||
[% BLOCK makeLink %]
|
||||
[% INCLUDE makeLinkWrapped content="" %]
|
||||
[% END %]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user