+2007-07-11 Oliver Hader <oh@inpublica.de>
+
+ * Fixed bug #5331: Remove the caption wrap on images if no caption is set (thanks to Georg Ringer)
+
2007-07-07 Oliver Hader <oh@inpublica.de>
* Fixed bug #5053: imgNameNotRandom on TMENU/GMENU could break rollover behaviour (thanks to Ralf Hettinger)
oneImageStdWrap.dataWrap = <dl class="csc-textpic-image###CLASSES###" style="width:{register:imagespace}px;"> | </dl>
imgTagStdWrap.wrap = <dt> | </dt>
editIconsStdWrap.wrap = <dd> | </dd>
- caption.wrap = <dd class="csc-textpic-caption"> | </dd>
+ caption {
+ required = 1
+ wrap = <dd class="csc-textpic-caption"> | </dd>
+ }
}
ul {
imageRowStdWrap.dataWrap = <div class="csc-textpic-imagerow" style="width:{register:rowwidth}px;"><ul> | </ul></div>