Changeset 2667:ef63c4e390be for plugins/tags
- Timestamp:
- 02/22/14 10:04:16 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_public.php
r2662 r2667 267 267 268 268 $res = 269 ($w->content_only ? '' : '<div class="tags'.($w->class ? ' '.html::escapeHTML($w->class) : '').'">').270 269 ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : ''). 271 270 '<ul>'; … … 300 299 } 301 300 302 $res .= ($w->content_only ? '' : '</div>'); 303 304 return $res; 301 return $w->renderDiv($w->content_only,'tags '.$w->class,'',$res); 305 302 } 306 303 }
Note: See TracChangeset
for help on using the changeset viewer.