diff options
Diffstat (limited to 'www/ruby-erubis/DESCR')
-rw-r--r-- | www/ruby-erubis/DESCR | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ruby-erubis/DESCR b/www/ruby-erubis/DESCR index c93f797c01a..a5f9beb9b09 100644 --- a/www/ruby-erubis/DESCR +++ b/www/ruby-erubis/DESCR @@ -5,7 +5,8 @@ Erubis is an implementation of eRuby. It has the following features. * Auto escaping support * Auto trimming spaces around '<% %>' * Embedded pattern changeable (default '<% %>') -* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '<?rb ... ?>') +* Enable to handle Processing Instructions (PI) as embedded pattern + (ex. '<?rb ... ?>') * Context object available and easy to combine eRuby template with YAML datafile * Print statement available * Easy to extend and customize in subclass |