Changeset 2002:a0de6679a058 for admin/langs.php
- Timestamp:
- 09/22/13 12:09:07 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/langs.php
r1553 r2002 173 173 { 174 174 echo 175 '<table class="clear plugins"><tr>'. 175 '<table class="table-outer clear">'. 176 '<table class="plugins"><tr>'. 176 177 '<th>'.__('Language').'</th>'. 177 178 '<th class="nowrap">'.__('Action').'</th>'. … … 202 203 echo '</td></tr>'; 203 204 } 204 echo '</table> ';205 echo '</table></div>'; 205 206 } 206 207
Note: See TracChangeset
for help on using the changeset viewer.