Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jun 2, 2012
1 parent b2d1b05 commit 5fc6e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Products/PluginIndexes/dtml/browseIndex.dtml
Expand Up @@ -41,11 +41,11 @@ The index "&dtml-getId;" contains <dtml-var items fmt=collection-length thousand
&dtml-sequence-key;
</dtml-if>
</td>
<td>
<td>
<ul>
<dtml-let v="_['sequence-item']">
<dtml-if "isinstance(v, int)">
<li><a href="<dtml-var "getpath(v)">"<dtml-var "getpath(v)"></a></li>
<li><a href="<dtml-var "getpath(v)">"<dtml-var "getpath(v)"></a></li>
<dtml-else>
<dtml-in "v.keys()">
<li> <a href="<dtml-var "getpath(_['sequence-item'])">"><dtml-var "getpath(_['sequence-item'])"></a></li>
Expand Down

0 comments on commit 5fc6e70

Please sign in to comment.