mirror of
https://github.com/lxsang/antd-web-apps
synced 2025-07-17 14:19:45 +02:00
add unescape
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
<div class = "blogentry">
|
||||
<div class = "shortcontent">
|
||||
<?lua
|
||||
local content = data.rendered:gsub("%%","%%%%")
|
||||
local content = utils.unescape(data.rendered):gsub("%%","%%%%")
|
||||
local r, s = content:find("(<hr/?>)")
|
||||
local title = nil
|
||||
if r then
|
||||
|
Reference in New Issue
Block a user