Changeset 145
- Timestamp:
- 08/03/04 11:08:28 (4 years ago)
- Files:
-
- 1 modified
-
Arrow/trunk/lib/arrow/template/escape.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Arrow/trunk/lib/arrow/template/escape.rb
r119 r145 1 1 #!/usr/bin/ruby 2 2 # 3 # This file contains the Arrow::Template::Escape class, a derivative of3 # This file contains the Arrow::Template::EscapeDirective class, a derivative of 4 4 # Arrow::Template::CallDirective. This is the class which defines the behaviour 5 5 # of the 'escape' template directive., which HTML escapes the stringified
