Merge branch 'sprint/fixbug_hufangzhou_16115' into 'master'

* Fix bug #16115.

See merge request easycorp/zentaopms!2745
This commit is contained in:
王怡栋
2022-04-02 09:17:13 +00:00
+1 -1
View File
@@ -144,7 +144,7 @@
</table>
<?php endif;?>
<?php if($api->responseExample):?>
<h3><?php echo $lang->api->responseExample;?></h3>
<h3 class='title'><?php echo $lang->api->responseExample;?></h3>
<pre><code><?php echo $api->responseExample;?></code></pre>
<?php endif;?>
</div>