commit c0b22f9c8376407381c841c59d876205bee60c93
parent 1fa6847e42ce70b00acb15c8664adc0da159e159
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Tue, 31 Dec 2019 23:55:14 -0600
Original script breaks ATOM feed
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/posts/2014-07-14-same-old-trick-console-log.zh.md b/content/posts/2014-07-14-same-old-trick-console-log.zh.md
@@ -16,6 +16,6 @@ tags:
---
Chrome按F12调出console有彩蛋XDDD
-<script>// <![CDATA[
+<script>
console.log('The crystal is the heart of the blade.\nThe heart is the crystal of the Jedi.\nThe Jedi is the crystal of the Force.\nThe Force is the blade of the heart.\nAll are intertwined.\nThe crystal, the blade, the Jedi.\nWe are one.');
-// ]]></script>
+</script>