You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/07/14 05:03:00 UTC

svn commit: rev 22888 - forrest/trunk/src/core/context/resources/schema/dtd

Author: crossley
Date: Tue Jul 13 20:02:59 2004
New Revision: 22888

Modified:
   forrest/trunk/src/core/context/resources/schema/dtd/skinconfig-v06-2.dtd
Log:
Use dos2unix to fix mixed line-endings.


Modified: forrest/trunk/src/core/context/resources/schema/dtd/skinconfig-v06-2.dtd
==============================================================================
--- forrest/trunk/src/core/context/resources/schema/dtd/skinconfig-v06-2.dtd	(original)
+++ forrest/trunk/src/core/context/resources/schema/dtd/skinconfig-v06-2.dtd	Tue Jul 13 20:02:59 2004
@@ -109,7 +109,7 @@
   <!ELEMENT pdf (page, margins?, show-external-urls?)>
   <!ELEMENT page EMPTY>
   <!ATTLIST page size (a0|a1|a2|a3|a4|a5|executive|folio|legal|ledger|letter|quarto|tabloid) "letter"
-            orientation (portrait|landscape) "portrait"
+            orientation (portrait|landscape) "portrait"
             text-align (left|right|justify) "left">
 
   <!ELEMENT margins (top?, bottom?, inner?, outer?)>
@@ -117,5 +117,5 @@
   <!ELEMENT top (#PCDATA)>
   <!ELEMENT bottom (#PCDATA)>
   <!ELEMENT inner (#PCDATA)>
-  <!ELEMENT outer (#PCDATA)>
+  <!ELEMENT outer (#PCDATA)>
   <!ELEMENT show-external-urls (#PCDATA)>