doc/contentprocessor/erb.page in webgen-0.5.3 vs doc/contentprocessor/erb.page in webgen-0.5.4

- old
+ new

@@ -3,10 +3,10 @@ --- ## Description This processer uses ERB (embedded Ruby) to process content. For detailed information about ERB have a look at its documentation by executing `ri ERB` or the [ruby documentation -site](http://www.ruby-doc.org/)! The short name of the processor is `erb`! +site](http://www.ruby-doc.org/)! You can use the following special objects in your ERB code: * `context`: This object provides the whole rendering context, the following objects are just for backwards compatibility.