Authored by 姜枫

fix pagination components xss problem

... ... @@ -17,4 +17,3 @@
{{/ editorialList}}
</div>
{{log pathTitle}}
\ No newline at end of file
... ...
... ... @@ -88,6 +88,8 @@ exports.createPagination = function(pagination, options) {
}
}
queryParams = encodeURI(queryParams);
template = '<div class="' + paginationClass + '">';
// ========= Previous Button ===============
... ...