[pmwiki-users] divs around markups in skin.tml

Patrick R. Michaud pmichaud at pobox.com
Sun Aug 19 13:41:47 CDT 2007


On Sun, Aug 19, 2007 at 08:34:58PM +0200, noskule wrote:
> hi list/pm
> I noticed that pmwiki generates divs around markups in skin.tmpl
> 
> <!--markup:(:if auth edit
> SkinSection.LeftBar:)[[SkinSection.LeftBar?action=edit|{$FarmPubDirUrl}/skins/netstreams/img/edit-right.gif"$[Edit
> default] LeftBar"]](:ifend:)-->
> 
> <div><a class='wikilink'
> href='http://netstreams.org/devel/cms/index.php/SkinSection/LeftBar?action=edit'><img
> src='http://netstreams.org/devel/cms/pub/skins/netstreams/img/edit-right.gif'
> alt='Bearbeite Standard LeftBar' title='Bearbeite Standard LeftBar'
> /></a></div>

AFAIK PmWiki doesn't generate <divs> around things generated
with <!--markup:...-->, although it does sometimes generate <p>
tags.  Perhaps your system has a customization that is changing
<p> to <div> or something similar?

Pm



More information about the pmwiki-users mailing list