Changeset 3601:55f5d89f7797 for inc/public
- Timestamp:
- 11/15/17 08:47:28 (8 years ago)
- Branch:
- 2.12
- Location:
- inc/public/default-templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/_entry-content.html
r3167 r3601 1 <div class="post simple" id="p{{tpl:EntryID}}" role="article" >1 <div class="post simple" id="p{{tpl:EntryID}}" role="article" lang="{{tpl:EntryLang}}"> 2 2 <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2> 3 3 -
inc/public/default-templates/dotty/_entry-content.html
r3331 r3601 1 <article class="post simple" id="p{{tpl:EntryID}}" role="article" >1 <article class="post simple" id="p{{tpl:EntryID}}" role="article" lang="{{tpl:EntryLang}}"> 2 2 <header> 3 3 <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2>
Note: See TracChangeset
for help on using the changeset viewer.