summary refs log tree commit diff
path: root/_layouts/encrypt.html
diff options
context:
space:
mode:
authormayx2025-05-17 05:03:00 +0000
committermayx2025-05-17 05:03:00 +0000
commitd00e310673bfeb94cdbef30c4eeb2a25b7ae772f (patch)
tree1c6c8c24419a39cacde799cccea662336f10f942 /_layouts/encrypt.html
parent368f1eb0d716c544d1a9d230535a5701f4cbe7e2 (diff)
Update 2 files
- /_layouts/post.html
- /_layouts/encrypt.html
Diffstat (limited to '_layouts/encrypt.html')
-rw-r--r--_layouts/encrypt.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/encrypt.html b/_layouts/encrypt.html
index b740135..98bc401 100644
--- a/_layouts/encrypt.html
+++ b/_layouts/encrypt.html
@@ -49,7 +49,7 @@ function onbtnDecrypto() {
     document.getElementById("pwinput").style.display = "none";
 }
 </script>
-<div id="pwinput">{{ page.tips | default: "请输入密码:" }}<br/>
+<div id="pwinput">{{ page.tips | default: "请输入密码:" }}<br />
    <input id="inputkey" type="password" /> <button onclick="onbtnDecrypto()">解密</button>
 </div>
-<div id="output"></div>  <br/>
+<div id="output"></div>  <br />