βIn many ways my life has been rather like a record of the lost and found. Perhaps all lives are like that.β
β Lucy Foley, The Book of Lost and Found
=data.ctimestr:gsub("%s+.*$","")?>
'..tag..""
i = i+ 1
end
end
echo(table.concat(atags, ", "))
?>
)")
local title = nil
if r then
content = content:sub(0,r-1)
end
local a,b = content:find("<[Hh]1[^>]*>")
local c,d
if a then
c,d = content:find("[Hh]1>")
if c then
title = content:sub(b+1, c-1)
end
end
if title then
echo(content:sub(0, b))
echo(""..title.."")
echo(content:sub(c))
else
echo(content)
end
?>