Author: simonetripodi
Date: Mon Jun 27 16:37:06 2011
New Revision: 1140229
URL: http://svn.apache.org/viewvc?rev=1140229&view=rev
Log:
minor format
Modified:
commons/proper/digester/trunk/src/site/xdoc/guide/substitution.xml
Modified: commons/proper/digester/trunk/src/site/xdoc/guide/substitution.xml
URL:
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/xdoc/guide/substitution.xml?rev=1140229&r1=1140228&r2=1140229&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/site/xdoc/guide/substitution.xml
(original)
+++ commons/proper/digester/trunk/src/site/xdoc/guide/substitution.xml Mon Jun
27 16:37:06 2011
@@ -38,7 +38,7 @@ matching rules.
This package provides some useful concrete implementations of the abstract
Substitutor class. In particular, it provides an implementation that allows
the application to define "variables" which the input data can reference
-using a syntax such as "${user.name}".
+using a syntax such as <code>${user.name}</code>.
</p>
<p>Here's an example of setting up the VariableSubstitutor:</p>
<source>