Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/_simple-entry.html
r2600 r2603 1 <div id="p{{tpl:EntryID}}" class="post simple" >1 <div id="p{{tpl:EntryID}}" class="post simple" role="article"> 2 2 <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2> 3 3 … … 117 117 118 118 <!-- # Comment form --> 119 <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" >119 <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" role="form"> 120 120 <tpl:IfCommentPreview> 121 121 <div id="pr">
Note: See TracChangeset
for help on using the changeset viewer.