Bug 203594

Summary: Mistake in /usr/share/doc/HTML/index.html
Product: [Fedora] Fedora Reporter: Manish Sharma <mksharma88>
Component: fedora-release-notesAssignee: David Cantrell <dcantrell>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: aalam, majain, relnotes
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-22 18:11:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Manish Sharma 2006-08-22 17:11:26 UTC
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

Comment 1 Jesse Keating 2006-08-22 18:11:28 UTC
I fixed this in CVS, will show up in next package release.