commit | 8c8601cfbc4aa5ebb2b334464d09eec0ba96fa3f | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Thu Aug 21 10:54:55 2008 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Thu Aug 21 10:54:55 2008 +0000 |
tree | d435194b870fa4bee8cfd43a9169ccf8318d4ec0 | |
parent | 040feada1eaf813881cf92596043d3d9d770f694 [diff] |
- fix some wrong markup. sed -i -e 's, href=\([^"][^>]*\)>, href="\1">,g' *.html The proper way to specify an attribute is to quote the val: theattrib="val"