Description of problem: Mistake in /usr/share/doc/HTML/index.html Version-Release number of selected component (if applicable): fedora-release-notes-5.91-6 How reproducible: Always Steps to Reproduce: 1. Open /usr/share/doc/HTML/index.html 2. search for ")is" Actual results: [root@Manish HTML]# cat index.html | grep ")is" -n 381: (<a href="http://www.scim-im.org/)is" target="_top">http://www.scim-im.org/)is</a> Expected results: [root@Manish HTML]# cat index.html | grep ")is" -n 381: (<a href="http://www.scim-im.org/" target="_top">http://www.scim-im.org/</a>) is Additional info: None
I fixed this in CVS, will show up in next package release.