Changeset 989

Show
Ignore:
Timestamp:
08/10/07 12:47:17 (1 year ago)
Author:
thomase
Message:

add sensible head title plus meta for character encoding

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pleiades-bibliography/trunk/xmlmods.xsl

    r986 r989  
    88        <html> 
    99            <head> 
    10                 <title>blah</title> 
     10                <title>formatted view of <xsl:value-of select="/mods:mods/@ID"/>.xml</title> 
     11                <meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" /> 
    1112                <style type="text/css" media="screen"> @import "xmlmods.css"; </style> 
    1213            </head>