Changeset 665
- Timestamp:
- 2007-12-05 20:29:13 (1 year ago)
- Files:
-
- trunk/chrome/content/about/about.xul (modified) (2 diffs)
- trunk/chrome/locale/en-US/about.dtd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/about/about.xul
r604 r665 1 1 <?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 ]> 2 10 <!-- 3 11 /* ***** BEGIN LICENSE BLOCK ***** … … 45 53 <?xml-stylesheet href="chrome://dta-platform/skin/common.css" type="text/css"?> 46 54 47 <!DOCTYPE window SYSTEM "chrome://dta/locale/about.dtd">48 55 <dialog 49 56 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" trunk/chrome/locale/en-US/about.dtd
r604 r665 11 11 <!ENTITY about.icons "Icons and buttons"> 12 12 <!ENTITY about.based "are based on the works of Mike Matas, Jakub Steiner and Mark James"> 13 14 15 16
