mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Fix whitespace in templates causing double arrows
This commit is contained in:
parent
d75a3cb0e9
commit
03a2a907ce
@ -1,5 +1,4 @@
|
|||||||
<!-- Only render root node if it's the true root -->
|
<% if not $node.IsInDB %><%-- Only render root node if it's the true root --%>
|
||||||
<% if not $node.IsInDB %>
|
|
||||||
<ul><li id="record-0" data-id="0" class="Root nodelete"><strong>$rootTitle</strong>
|
<ul><li id="record-0" data-id="0" class="Root nodelete"><strong>$rootTitle</strong>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
<% if $limited %>
|
<% if $limited %>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<li id="record-{$node.ID}" data-id="{$node.ID}" data-pagetype="{$node.ClassName}" class="$markingClasses $extraClass">
|
<li id="record-{$node.ID}" data-id="{$node.ID}" data-pagetype="{$node.ClassName}" class="$markingClasses $extraClass"><ins class="jstree-icon"> </ins>
|
||||||
<ins class="jstree-icon"> </ins>
|
|
||||||
<a href="{$node.CMSEditLink.ATT}" title="{$node.Title.ATT}"><ins class="jstree-icon"> </ins>
|
<a href="{$node.CMSEditLink.ATT}" title="{$node.Title.ATT}"><ins class="jstree-icon"> </ins>
|
||||||
<span class="text">{$node.TreeTitle}</span>
|
<span class="text">{$node.TreeTitle}</span>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user