Explorar o código

修改静态知识样式

zhangxc %!s(int64=5) %!d(string=hai) anos
pai
achega
3fe63ab1a8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/js/information.js

+ 1 - 1
src/js/information.js

@@ -51,7 +51,7 @@ function getInfomation() {
         str += item.title
       }
       str += '</h2></div>' +
-        '<div>' + item.content + '<div>';
+        '<div><pre>' + item.content + '</pre><div>';
       if (i != list.length - 1 && getUrlArgObject('type') != 8) {
         str += '<div class="line"></div>'
       }