vlatkovski

i really need to learn html

Mar 31st, 2015
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. -- my terrible fix for my website until i learn html
  2.  
  3. for w in src:gmatch("<pre>.+</pre>") do
  4.     src = w:sub(6, -7)
  5.     break
  6. end
Add Comment
Please, Sign In to add comment