Changeset 2281

Show
Ignore:
Timestamp:
07/21/09 10:20:31
Author:
johnsa
Message:

webclients: fix doctype mismatch for admin client and access control stylesheets - problem reveals itself on Mac environs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/resources/xsl/default/default/bedeworkAccess.xsl

    r2227 r2281  
    44  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
    55  xmlns="http://www.w3.org/1999/xhtml"> 
    6 <xsl:output 
    7   method="xml" 
    8   indent="no" 
    9   media-type="text/html" 
    10   doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" 
    11   doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" 
    12   standalone="yes" 
    13   omit-xml-declaration="yes"/> 
     6 
    147  <xsl:template name="entityAccessForm"> 
    158    <xsl:param name="type"/><!-- optional: currently used for inbox and outbox to conditionally display scheduling access -->