Author: gmcdonald
Date: Thu Aug 28 02:37:10 2008
New Revision: 689769

URL: http://svn.apache.org/viewvc?rev=689769&view=rev
Log:
Typos - s/heigth/height

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/resources/stylesheets/odt-to-forrest-xhtml.xsl

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/resources/stylesheets/odt-to-forrest-xhtml.xsl
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/resources/stylesheets/odt-to-forrest-xhtml.xsl?rev=689769&r1=689768&r2=689769&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/resources/stylesheets/odt-to-forrest-xhtml.xsl
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/resources/stylesheets/odt-to-forrest-xhtml.xsl
 Thu Aug 28 02:37:10 2008
@@ -329,10 +329,10 @@
     </xsl:variable>
     <xsl:choose>
       <xsl:when test="starts-with($href, 'http:')">
-        <img src="{$href}" alt="{../@draw:name}" heigth="{../@svg:heigth}" 
width="{../@svg:width}"/>
+        <img src="{$href}" alt="{../@draw:name}" height="{../@svg:height}" 
width="{../@svg:width}"/>
       </xsl:when>
       <xsl:otherwise>
-        <img 
src="./{$root}{$dirname}openDocumentEmbeddedImages/zip-{$filename}.odt/file-{$href}"
 alt="{../@draw:name}" heigth="{../@svg:heigth}" width="{../@svg:width}"/>
+        <img 
src="./{$root}{$dirname}openDocumentEmbeddedImages/zip-{$filename}.odt/file-{$href}"
 alt="{../@draw:name}" height="{../@svg:height}" width="{../@svg:width}"/>
       </xsl:otherwise>
     </xsl:choose>
   </xsl:template>