[REBOL] another tag! issue
From: hallvard::ystad::helpinhand::com at: 26-Jan-2002 23:07
Hi again OK, so I accept that RT wants all characters in tags to be accessible, so that <a href=""> and <a href = ""> are not alike. But how about this:>> print <a href=""><a href="">>> print join <a href=""> "^/"<a href="">>It seems JOIN <a href=""> "^/" puts in the linebreak too early. Or am I mistaken again? If I FORM or MOLD the TAG!, it seems to work fine... ~H