uh yeah fixed that
This commit is contained in:
parent
35d4418bce
commit
8cedefb765
@ -58,7 +58,7 @@ function apply_html(path)
|
||||
end
|
||||
|
||||
function apply(text)
|
||||
--print(text)
|
||||
print(text)
|
||||
end
|
||||
|
||||
function convo_image(string,alt_text)
|
||||
@ -250,7 +250,7 @@ while string.find(content, " ") do
|
||||
end
|
||||
|
||||
for i=1, #word_list do
|
||||
print(word_list[i])
|
||||
--print(word_list[i])
|
||||
end
|
||||
|
||||
-- lets end the html
|
||||
|
Loading…
Reference in New Issue
Block a user