1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-26 02:29:47 +02:00

remove base64 decode

This commit is contained in:
lxsang
2020-06-17 21:05:01 +02:00
parent ffba8f7c7c
commit 2c95e7d4a1
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
<div class = "blogentry">
<div class = "shortcontent">
<?lua
local content = bytes.__tostring(std.b64decode(data.rendered)):gsub("%%","%%%%")
local content = data.rendered:gsub("%%","%%%%")
local r, s = content:find("(<hr/?>)")
local title = nil
if r then