adapted parameters to other macros (using no, one and more instead of singular and plural)
This commit is contained in:
parent
637f755782
commit
861adf6006
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3" class="small"><% this.creator as="link" %>, <% this.createtime format="short" %> (<% this.total singular="vote" plural="votes" %>)</td>
|
<td colspan="3" class="small"><% this.creator as="link" %>, <% this.createtime format="short" %> (<% this.total no="votes" one="vote" more="votes" %>)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td><span class="storyTitle"><% this.title suffix="<br>" %></span><% this.question limit="200" suffix=" ..." %></td>
|
<td><span class="storyTitle"><% this.title suffix="<br>" %></span><% this.question limit="200" suffix=" ..." %></td>
|
||||||
|
|
Loading…
Add table
Reference in a new issue