Properly find all h1 tags
commita08ae06b9992c52bd238993253ff949a8155b2df
authorDouglas Bagnall <douglas@paradise.net.nz>
Tue, 9 Mar 2010 02:58:46 +0000 (9 15:58 +1300)
committerDouglas Bagnall <douglas@paradise.net.nz>
Tue, 9 Mar 2010 02:58:46 +0000 (9 15:58 +1300)
treeef9b41a6a9e8c629962db0babe7fcd2b2c38b4b0
parent6f299c1aa331ebc84e276891b3dd18aaa5817d2d
Properly find all h1 tags

I have been using e.findall(x) when I meant list(e.iter(x))
objavi/xhtml_utils.py