links take up all available space
Status: Alpha
Brought to you by:
alexkrowitz
Because there are no line breaks in a URL, adding a
long link (and many links at online stores tend to be
long), entering a long URL takes up all the space,
forcing the comments into a very narrow window.
I worked around this by making the following change on
line 100:
- .htmlspecialchars($row["url"])
+ ."link"
Would be nice if the user could add a link and then a
link title or something.
- Will Yardley
will at code404 dot com