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