- 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"
This commit is contained in:
Bernhard Reutner-Fischer
2008-08-21 10:54:55 +00:00
parent 040feada1e
commit 8c8601cfbc
6 changed files with 161 additions and 161 deletions

View File

@ -80,12 +80,12 @@
<li><a href="http://busybox.net/~landley">Rob</a></li>
<li><a href="http://busybox.net/~aldot">Bernhard</a></li>
<li><a href="http://busybox.net/~vda">Denys</a>
<br>- <a href=http://busybox.net/~vda/resume/denys_vlasenko.htm>resume</a>
<br>- <a href=http://busybox.net/~vda/mboot/>mboot</a>
<br>- <a href=http://busybox.net/~vda/linld/>linld</a>
<br>- <a href=http://busybox.net/~vda/init_vs_runsv.html>init must die</a>
<br>- <a href=http://busybox.net/~vda/no_ifup.txt>no ifup</a>
<br>- <a href=http://busybox.net/~vda/unscd/>unscd</a>
<br>- <a href="http://busybox.net/~vda/resume/denys_vlasenko.htm">resume</a>
<br>- <a href="http://busybox.net/~vda/mboot/">mboot</a>
<br>- <a href="http://busybox.net/~vda/linld/">linld</a>
<br>- <a href="http://busybox.net/~vda/init_vs_runsv.html">init must die</a>
<br>- <a href="http://busybox.net/~vda/no_ifup.txt">no ifup</a>
<br>- <a href="http://busybox.net/~vda/unscd/">unscd</a>
</li>
</ul>