From eeeb68e41e39aa13f22677458d8c5c6dbcfab1e4 Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Tue, 4 Apr 2023 17:23:45 +0800 Subject: [PATCH] * Add data app attr. --- module/api/view/apilist.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/api/view/apilist.html.php b/module/api/view/apilist.html.php index e7f0ade3cf..897a1c6da9 100644 --- a/module/api/view/apilist.html.php +++ b/module/api/view/apilist.html.php @@ -93,7 +93,7 @@ { if($app->rawModule == 'doc') { - echo html::a($this->createLink('api', 'create', "libID=$libID&moduleID=$moduleID", '', true), ' ' . $lang->api->createApi, '', 'class="btn btn-info iframe" data-width="95%"'); + echo html::a($this->createLink('api', 'create', "libID=$libID&moduleID=$moduleID", '', true), ' ' . $lang->api->createApi, '', 'class="btn btn-info iframe" data-width="95%"'); } else { @@ -115,7 +115,7 @@