_includes/encrypted.html in no-style-please2-0.6.3.2 vs _includes/encrypted.html in no-style-please2-0.6.4

- old
+ new

@@ -26,10 +26,10 @@ <script src="//cdn.jsdelivr.net/gh/vitock/jsdelivr@0.1.1/js/md5.js"></script> <script> !function(){ {%- capture prefix0 %} {{page.url |default: "no-style-please2" }} {% endcapture -%} - {%- capture prefix %} {{prefix0 | strip }} {% endcapture -%} + {%- capture prefix %}{{prefix0 | strip }}{% endcapture -%} const preFix = "{{prefix}}" var encryptedContent = '{{ content | contentEncrypt:page, prefix}}' const nonceStr = encryptedContent.substring(0,16); const msg = encryptedContent.substring(17) \ No newline at end of file