Changeset 665

Show
Ignore:
Timestamp:
2007-12-05 20:29:13 (1 year ago)
Author:
MaierMan
Message:

#448: about: XML error due to missing entity (nbsp)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/about/about.xul

    r604 r665  
    11<?xml version="1.0"?> 
     2<!DOCTYPE dialog [ 
     3        <!ENTITY % aboutDTD 
     4                SYSTEM "chrome://dta/locale/about.dtd"> 
     5        %aboutDTD; 
     6        <!ENTITY % htmlDTD 
     7                PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 
     8        %htmlDTD;        
     9]> 
    210<!-- 
    311/* ***** BEGIN LICENSE BLOCK ***** 
     
    4553<?xml-stylesheet href="chrome://dta-platform/skin/common.css" type="text/css"?> 
    4654 
    47 <!DOCTYPE window SYSTEM "chrome://dta/locale/about.dtd"> 
    4855<dialog  
    4956        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
  • trunk/chrome/locale/en-US/about.dtd

    r604 r665  
    1111<!ENTITY about.icons "Icons and buttons"> 
    1212<!ENTITY about.based "are based on the works of Mike Matas, Jakub Steiner and Mark James"> 
    13  
    14  
    15  
    16