Content deleted Content added
. |
. |
||
Line 51:
local re = '\n==(.-)=='
for str in gmatch(fd, re) do
--if find(str, '^%s*Enforcement') then
--break
--end
if find(str, '^=') then
s = trim(sub(str, 2))
|
. |
. |
||
Line 51:
local re = '\n==(.-)=='
for str in gmatch(fd, re) do
--if find(str, '^%s*Enforcement') then
--break
--end
if find(str, '^=') then
s = trim(sub(str, 2))
|