Skip to content

Commit 3aa4e5f

Browse files
committed
Fix dangling <tt> in docs.
1 parent a93dc64 commit 3aa4e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2770,7 +2770,7 @@ <h4><a name="locating_configuration_information">Locating and Resolving Configur
27702770
</ul>
27712771
<p>
27722772
This will restore the traditional, liberal parsing of XML config files that c3p0 utilized by default in versions prior to c3p0-0.9.5.3. (As of version 0.9.5.4,
2773-
<tt>com.mchange.v2.c3p0.cfg.xml.usePermissiveParser<tt> replaces the now-deprecated <tt>com.mchange.v2.c3p0.cfg.xml.expandEntityReferences</tt> introduced in 0.9.5.3,
2773+
<tt>com.mchange.v2.c3p0.cfg.xml.usePermissiveParser</tt> replaces the now-deprecated <tt>com.mchange.v2.c3p0.cfg.xml.expandEntityReferences</tt> introduced in 0.9.5.3,
27742774
because much more than entity reference expansion is now restricted.)
27752775
</p>
27762776
<h4>Logging-related properties</h4>

0 commit comments

Comments
 (0)