You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by sh...@apache.org on 2001/12/17 05:46:23 UTC

cvs commit: jakarta-taglibs/standard/doc/web Conditionals_FunctionalDescription_1_EA1.html

shawn       01/12/16 20:46:23

  Modified:    standard/doc/web
                        Conditionals_FunctionalDescription_1_EA1.html
  Log:
  Added some missing quotation marks.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-taglibs/standard/doc/web/Conditionals_FunctionalDescription_1_EA1.html
  
  Index: Conditionals_FunctionalDescription_1_EA1.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/standard/doc/web/Conditionals_FunctionalDescription_1_EA1.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Conditionals_FunctionalDescription_1_EA1.html	2001/11/21 07:34:08	1.1
  +++ Conditionals_FunctionalDescription_1_EA1.html	2001/12/17 04:46:23	1.2
  @@ -39,11 +39,11 @@
   below, the information displayed for a specific product depends on the
   verbosity level selected.
   <p><tt>&nbsp; &lt;choose></tt> <br>
  -  <tt>&nbsp;&nbsp;&nbsp; &lt;when test="$verbosityLevel == 'short'></tt> <br>
  +  <tt>&nbsp;&nbsp;&nbsp; &lt;when test="$verbosityLevel == 'short'"></tt> <br>
     <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;c:expr value=&quot;$product.shortDescription&quot;/&gt;</tt> 
     <br>
     <tt>&nbsp;&nbsp;&nbsp; &lt;/when></tt> <br>
  -  <tt>&nbsp;&nbsp;&nbsp; &lt;when test="$verbosityLevel == 'medium'></tt> <br>
  +  <tt>&nbsp;&nbsp;&nbsp; &lt;when test="$verbosityLevel == 'medium'"></tt> <br>
     <tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;c:expr value=&quot;$product.mediumDescription&quot;/&gt;</tt> 
     <br>
     <tt>&nbsp;&nbsp;&nbsp; &lt;/when></tt><br>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>