Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/_simple-entry.html
r2621 r2622 45 45 <ul class="post-attachments-list"> 46 46 </tpl:AttachmentsHeader> 47 <li class="post-attachments- list__item {{tpl:AttachmentType}}">47 <li class="post-attachments-item {{tpl:AttachmentType}}"> 48 48 <tpl:AttachmentIf is_mp3="1"> 49 49 {{tpl:include src="_mp3_player.html"/}} - … … 120 120 121 121 <!-- # Comment form --> 122 <form class=" send-comment" action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" role="form">122 <form class="comment-form" action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" role="form"> 123 123 <tpl:IfCommentPreview> 124 124 <div id="pr"> … … 179 179 180 180 <tpl:EntryIf operator="or" show_comments="1" show_pings="1"> 181 </div> 181 </div> <!-- end post-feedback --> 182 182 </tpl:EntryIf>
Note: See TracChangeset
for help on using the changeset viewer.