diff --git a/plugins/php/js/php.js b/plugins/php/js/php.js
index ec15e46e1..e3ff81554 100755
--- a/plugins/php/js/php.js
+++ b/plugins/php/js/php.js
@@ -282,16 +282,16 @@ function getFpmConfig(version, pool = 'www'){
var rdata = $.parseJSON(data.data);
// console.log(rdata);
var limitList = "" +
- "" +
+ "" +
"" +
- "" +
- "" +
- "" +
- "" +
- "" +
- "" +
- "" +
- "";
+ "" +
+ "" +
+ "" +
+ "" +
+ "" +
+ "" +
+ "" +
+ "";
var pms = [{ 'name': 'static', 'title': '静态' }, { 'name': 'dynamic', 'title': '动态' },{ 'name': 'ondemand', 'title': '按需' }];
var pmList = '';
for (var i = 0; i < pms.length; i++) {