tweake with the "link" link and   as macro prefix

This commit is contained in:
Tobi Schäfer 2003-03-25 16:11:21 +00:00
parent ea63ce509a
commit be2107265c
4 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@
<div class="commentTitle"><% comment.content part="title" %></div>
<div><% comment.content part="text" %></div>
<p class="small">
<% comment.link text="link" %>&nbsp;&nbsp;
<% comment.link text="link" prefix="...&nbsp;" %>&nbsp;&nbsp;
<% comment.editlink prefix="...&nbsp;" suffix="&nbsp;&nbsp;" %>
<% comment.deletelink prefix="...&nbsp;" %>
</p>

View file

@ -11,7 +11,7 @@
<% comment.content part="text" %>
</div>
<p class="small">
<% comment.link text="link" %>&nbsp;&nbsp;
<% comment.link text="link" prefix="...&nbsp;" %>&nbsp;&nbsp;
<% comment.editlink prefix="...&nbsp;" suffix="&nbsp;&nbsp;" %>
<% comment.deletelink prefix="...&nbsp;" %>
</p>