diff --git a/lib/page.js b/lib/page.js
index b1bc4881..f81f2d0f 100644
--- a/lib/page.js
+++ b/lib/page.js
@@ -259,6 +259,7 @@ Volcanos("page", {help: "网页模块",
text = text.replace(/\033\[32m/g, "")
text = text.replace(/\033\[0m/g, "")
text = text.replace(/\033\[m/g, "")
+ text = text.replace(/\\n/g, "
")
return text;
},
CopyText: function(can, text) {
diff --git a/style.css b/style.css
index 81a756ca..242edb15 100644
--- a/style.css
+++ b/style.css
@@ -223,6 +223,9 @@ fieldset table td.select {
background-color:red;
}
+fieldset div.stack:hover {
+ background-color:red;
+}
fieldset div.stack {
cursor:pointer;
width:fit-content;