Changeset 960:78e85c7b9907
- Timestamp:
- 11/05/12 16:33:44 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/plugins.php
r938 r960 268 268 '<td class="minimal nowrap"><strong>'.html::escapeHTML($k).'</strong></td>'. 269 269 '<td class="minimal">'.html::escapeHTML($v['version']).'</td>'. 270 '<td class="maximal'.($is_distrib ? ' distrib' : '').'"><strong>'.html::escapeHTML( $v['name']).'</strong> '.271 '<br />'.html::escapeHTML( $v['desc']).($is_distrib ? ' '.$distrib_img : '').'</td>'.270 '<td class="maximal'.($is_distrib ? ' distrib' : '').'"><strong>'.html::escapeHTML(__($v['name'])).'</strong> '. 271 '<br />'.html::escapeHTML(__($v['desc'])).($is_distrib ? ' '.$distrib_img : '').'</td>'. 272 272 '<td class="nowrap action">'; 273 273
Note: See TracChangeset
for help on using the changeset viewer.