greenstone.org greenstone wiki greenstone trac planet greenstone

Ticket #234 (new defect)

Opened 8 months ago

Last modified 8 months ago

Redundant CSS links in greenstone HTML pages

Reported by: oranfry Assigned to: nobody
Priority: very low Milestone:
Component: Collection Building Severity:
Keywords: Cc:

Description (Last modified by oranfry)

(this ticket replaces a ticket submitted by Dave Nichols which I had to remove)

The last 2 CSS link elements point to the same file:

<link rel="stylesheet" href="/gsdl/images/style.css"
type="text/css" title="Greenstone Style" charset="UTF-8" >

 <link rel="alternate stylesheet" href="/gsdl/images/style-print.css"
type="text/css" title="Printer" charset="UTF-8" media="print, screen" >

 <link rel="stylesheet" href="/gsdl/images/style-print.css"
type="text/css" title="Printer" charset="UTF-8" media="print" >

Change History

2008-01-07 09:49:57 changed by oranfry

  • description changed.