Merge branch 'feature/bugfix61' into release/6.1
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -99,7 +99,7 @@ exports.qaDetail = (req, res, next) => { | @@ -99,7 +99,7 @@ exports.qaDetail = (req, res, next) => { | ||
99 | <body> | 99 | <body> |
100 | ${_.get(detailApi, 'data.helpdetail_list[0].content')} | 100 | ${_.get(detailApi, 'data.helpdetail_list[0].content')} |
101 | </body> | 101 | </body> |
102 | - <html> | 102 | + </html> |
103 | `); | 103 | `); |
104 | } else { | 104 | } else { |
105 | let params = { | 105 | let params = { |
-
Please register or login to post a comment