You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/03/05 19:06:43 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/pubs/default/lenya/xslt/authoring create.xsl

gregor      2004/03/05 10:06:43

  Modified:    src/webapp/lenya/pubs/default/lenya/xslt/authoring
                        create.xsl
  Log:
  javascript errors due to empty values. thanks to sharon for the fix
  
  Revision  Changes    Path
  1.10      +1 -1      cocoon-lenya/src/webapp/lenya/pubs/default/lenya/xslt/authoring/create.xsl
  
  Index: create.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/pubs/default/lenya/xslt/authoring/create.xsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- create.xsl	1 Mar 2004 14:11:42 -0000	1.9
  +++ create.xsl	5 Mar 2004 18:06:43 -0000	1.10
  @@ -143,7 +143,7 @@
     </xsl:template>
     
     <xsl:template match="allowedLanguage">
  -    <option>
  +    <option value="{.}">
         <xsl:value-of select="."/>
       </option>
     </xsl:template>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org