diff --git a/db/update15.7.sql b/db/update15.7.sql index 6d05d9db7f..895924b22b 100644 --- a/db/update15.7.sql +++ b/db/update15.7.sql @@ -1,2 +1 @@ -ALTER TABLE `zt_apistruct` - MODIFY COLUMN `desc` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `type`; +ALTER TABLE `zt_apistruct` MODIFY COLUMN `desc` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `type`; diff --git a/module/api/view/index.html.php b/module/api/view/index.html.php index 5e124171c2..eb62823e06 100644 --- a/module/api/view/index.html.php +++ b/module/api/view/index.html.php @@ -42,9 +42,9 @@
- -
api->noModule;?>
- + +
api->noModule;?>
+