Create
with no line-returns before closing if you want to extract exact text vales from the 's.
The safest way to layout the code of a is as a single uninterrupted line if you expect to extract the - text as a value.
In IE7, if there is a line-return after the final
and before the
then IE7 will add an extra space " " to the end
of any values extracted from the final .
'.htmlspecialchars($library).''; ?>
[2008-06-05]
Turns out var value = elem.innerHTML will retain the HTML entities, such as ", insead of returning the actual string value.