Issue: when inserting a url into the Fireboard
the resulting exposed URL has a space in it.
Example:
| Code: |
http://www.counterpunch.org/whitney09082008.html
|
becomes
| Code: |
http://www.counterpunch.org/ whitney09082008.html
|
(note the space before the "w" in whitney). The link itself is correct, but if someone copies and pastes the URL with the space they will get a page not found error.
I used Firebug in Firefox to see what was happening and this is what the HTML looks like:
| Code: |
<td valign="top" colspan="2">
<div class="msgtext">
<a href="http://www.counterpunch.org/whitney09082008.html/">http://www.counterpunch.org/ whitney09082008.html/</a>
</div>
|
Notice how the line break is after the forward slash and before "whitney."
Thnx in advance for the help.