------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=122465
------- Additional Comments From phil kde org 2006-02-24 15:05 -------
OK, thanks to a comment from qupada, I have some more insight:
You have <legalnotice>&underGPL;</legalnotice> which should be
<legalnotice>&GPLnotice;</legalnotice>, and presumably when you changed to
&underFDL; (instead of &FDLnotice;), you got a different string to mine, so no
match, and the behaviour you describe.
However, the &underFDL; expansion does contain 'Free Documentation License',
but with a newline in the middle, so no match. Therefore you've simultaneously
uncovered a bug in my patch and in your docs :-).
I'll think more about how to do this better and try to come up with another
patch.