svn commit: r564555 - /ofbiz/trunk/framework/common/webcommon/includes/simple.fo.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r564555 - /ofbiz/trunk/framework/common/webcommon/includes/simple.fo.ftl

jacopoc
Author: jacopoc
Date: Fri Aug 10 04:20:59 2007
New Revision: 564555

URL: http://svn.apache.org/viewvc?view=rev&rev=564555
Log:
I forgot to include this file in my last commit.

Modified:
    ofbiz/trunk/framework/common/webcommon/includes/simple.fo.ftl

Modified: ofbiz/trunk/framework/common/webcommon/includes/simple.fo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/simple.fo.ftl?view=diff&rev=564555&r1=564554&r2=564555
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/simple.fo.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/simple.fo.ftl Fri Aug 10 04:20:59 2007
@@ -18,8 +18,10 @@
 under the License.
 -->
 <#escape x as x?xml>
-<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
-
+<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"
+    <#-- inheritance -->
+    <#if defaultFontFamily?has_content>font-family="${defaultFontFamily}"</#if>
+>
     <fo:layout-master-set>
         <fo:simple-page-master master-name="simple-portrait"
               page-width="8.5in" page-height="11in"