Changeset 12653 for modules/branches/2.10/extensionsettings
- Timestamp:
- 09/22/11 14:39:54 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.10/extensionsettings/page.extensionsettings.php
r11361 r12653 197 197 $html_txt_arr[$sub_heading] .= "</tr>\n"; 198 198 } 199 $html_txt_arr[$sub_heading] .= "</table> </div>";199 $html_txt_arr[$sub_heading] .= "</table>"; 200 200 } 201 201
