This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 6abfb4d5cd Fix markup
6abfb4d5cd is described below
commit 6abfb4d5cd37ea328a9b1f29cc5a2f395f822e73
Author: Felix Schumacher <[email protected]>
AuthorDate: Fri Sep 27 19:26:28 2024 +0200
Fix markup
---
xdocs/usermanual/component_reference.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xdocs/usermanual/component_reference.xml
b/xdocs/usermanual/component_reference.xml
index 04925267b6..213a62758e 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -4101,7 +4101,7 @@ instead. (see figures 12 and 13).</p>
JMeter's classpath - easiest to copy <code>.jar</code> file into
JMeter's <code>/lib</code> directory).
<p>The list of the preconfigured jdbc driver classes can be configured
with <code>jdbc.config.jdbc.driver.class</code> property and are by default:</p>
<dl>
- <dt>hsqldb</dt><dd><code>org.hsqldb.jdbc.JDBCDriver</code/><dd>
+ <dt>hsqldb</dt><dd><code>org.hsqldb.jdbc.JDBCDriver</code></dd>
<dt>Oracle</dt><dd><code>oracle.jdbc.OracleDriver</code></dd>
<dt>DB2</dt><dd><code>com.ibm.db2.jcc.DB2Driver</code></dd>
<dt>MySQL</dt>