oga/lib
Yorick Peterse 4b1c296936 Automatically closing of certain HTML tags
This ensures that HTML such as this:

    <li>foo
    <li>bar

is parsed as this:

    <li>foo</li>
    <li>bar</li>

and not as this:

    <li>
        foo
        <li>bar</li>
    </li>

Fixes #97
2015-04-27 18:43:26 +02:00
..
oga Automatically closing of certain HTML tags 2015-04-27 18:43:26 +02:00
oga.rb Added NodeNameSet class 2015-04-22 00:54:29 +02:00