Quote:
Originally Posted by Joques
As an aside, in all the cases where this string is placed between words, there is no extra space, there is just the normal one. Don't know how relevant that is.
|
If there is a space, that will certainly break the word:
Code:
al<a id="page x"></a>most
would be fine, but:
Code:
al <a id="page x"></a>most
is not.