embed macro now displays 20 words instead of 100 chars

This commit is contained in:
Christoph Lincke 2005-09-23 13:46:00 +00:00
parent c724834543
commit d11cdb625a

View file

@ -1,2 +1,2 @@
<span class="storyTitle"><% story.content part="title" suffix="<br />" %></span>
<% story.content part="text" limit="100" clipping="&nbsp;..." %><span class="small"><% story.link text="[read&nbsp;more]" prefix="&nbsp;" to="main" %><% story.editlink prefix="&nbsp;...&nbsp;" %></span><br />
<% story.content part="text" limit="20" delimiter=" " clipping="&nbsp;..." %><span class="small"><% story.link text="[read&nbsp;more]" prefix="&nbsp;" to="main" %><% story.editlink prefix="&nbsp;...&nbsp;" %></span><br />