jvanzyl     00/10/26 13:01:12

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        velocity.properties
  Log:
  - turn off the asciihack, it breaks things.
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-velocity/src/java/org/apache/velocity/runtime/defaults/velocity.properties
  
  Index: velocity.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/defaults/velocity.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- velocity.properties       2000/10/23 02:32:58     1.2
  +++ velocity.properties       2000/10/26 20:01:12     1.3
  @@ -9,7 +9,7 @@
   template.path=.
   template.cache=false
   template.encoding = UTF8
  -template.asciihack = true
  +template.asciihack = false
   counter.name = velocityCounter
   counter.initial.value = 1
   default.contentType=text/html
  
  
  

Reply via email to