- Timestamp:
- 12/08/13 14:29:45 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/mustek/post.html
r2602 r2603 52 52 <div id="wrapper"> 53 53 54 <div id="main" >54 <div id="main" role="main"> 55 55 <div id="content"> 56 56 … … 64 64 </p> 65 65 66 <div id="p{{tpl:EntryID}}" class="post" >66 <div id="p{{tpl:EntryID}}" class="post" role="article"> 67 67 <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2> 68 68 … … 164 164 165 165 <!-- # Comment form --> 166 <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" >166 <form action="{{tpl:EntryURL}}#pr" method="post" id="comment-form" role="form"> 167 167 <tpl:IfCommentPreview> 168 168 <div id="pr"> … … 257 257 </div> <!-- End #main --> 258 258 259 <div id="sidebar" >259 <div id="sidebar" role="complementary"> 260 260 <div id="blognav"> 261 261 {{tpl:Widgets type="nav"}}
Note: See TracChangeset
for help on using the changeset viewer.