lua-htmlparser/doc
yaw-man baa3655ca3 Fix sample.lua iteration
sample.lua did not iterate over the output of :select() correctly. It had been written assuming the keys were attributes, when in fact the keys are numbers, and the values are attributes. This caused an error when running the sample script.
2021-08-25 08:20:00 +03:00
..
LICENSE LGPL 2013-12-06 14:31:49 +01:00
README.html added travis; moved rockspecs; tests and docs modified 2017-04-09 13:15:06 +07:00
sample.html added travis; moved rockspecs; tests and docs modified 2017-04-09 13:15:06 +07:00
sample.lua Fix sample.lua iteration 2021-08-25 08:20:00 +03:00

<!DOCTYPE html>
<html>
<head>
	<title>Htmlparser LuaRock Readme</title>
	<meta charset="UTF-8">
	<meta http-equiv="Refresh" content="3; url=http://msva.github.io/lua-htmlparser/" />
</head>
<body>
	<p>You are being redirected to the homepage of the
		<a href="http://msva.github.io/lua-htmlparser/">Htmlparser LuaRock</a>.
	</p>
	<p>If you are not redirected after a few seconds, please click on the link above!</p>
</body>
</html>