]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/inlinepage.tmpl
* Fix absolute url munging in rss generation to support https, ftp, etc urls
[ikiwiki.git] / templates / inlinepage.tmpl
index 96e20e53fe605daccddbce33ab0e6cb93baaf178..bcb61335dccdfc5784b2fc11ff022401f15a2595 100644 (file)
@@ -1,8 +1,9 @@
-<h2><TMPL_VAR PAGELINK></h2>
+<div class="inlinepage">
+<span class="header"><TMPL_VAR PAGELINK></span>
 
 <TMPL_VAR CONTENT>
 
 <p>
 <i>(posted <TMPL_VAR CTIME>)</i>
 </p>
-<hr>
+</div>