splorp / tersus

An achingly simple WordPress theme without all the usual cruft.
GNU General Public License v3.0
99 stars 6 forks source link

Improper Nesting in Gallery Code #34

Closed cdharrison closed 12 years ago

cdharrison commented 12 years ago

The gallery code is nesting improperly... If you have multiple gallery items, you basically end up with code like this:

<dl><dt></dt><dd></dd><dl><dt></dt><dd></dd></dl> ... and so on ... </dl>