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