Skip to content

Commit

Permalink
[#916 state:resolved] Added <mt:EntryMore/> to depoclean.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeThomsen authored and jayallen committed Jul 11, 2011
1 parent 0b7c670 commit 3ce4c8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion addons/DePoClean.plugin/templates/entry_details.mtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<h3><a href="<$mt:EntryPermalink$>" rel="bookmark" title="<__trans phrase="Permanent Link to"> <$mt:EntryTitle escape="html"$>."><$mt:EntryTitle escape="html"$></a>
</h3>
<p><$mt:EntryBody$></p>
<mt:If tag="EntryMore">
<p><$mt:EntryMore$></p>
</mt:If>
<br clear="left" />
</div>
</div><!-- end post -->
</div><!-- end post -->

0 comments on commit 3ce4c8f

Please sign in to comment.