This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new e2a0341c Fix HTML syntax error
e2a0341c is described below
commit e2a0341cda9b64243e3e632d62909ef22c10dd6e
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 12 15:53:00 2025 -0500
Fix HTML syntax error
---
src/site/xdoc/index.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 1e397d46..af49476f 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -106,7 +106,7 @@ For previous releases, see the <a
href="https://archive.apache.org/dist/commons/
<section name="About Commons CSV">
<p>Commons CSV was started to unify a common and simple interface for
reading and writing CSV files under an ASL license. It has been bootstrapped by
a code donation from Netcetera in Switzerland. There are three pre-existing BSD
compatible CSV parsers which this component will hopefully make redundant
(authors willing): </p>
<ul>
- <li><Skife CSV (unsafe link as noted by browser
https://kasparov.skife.org/csv/)</li>
+ <li>Skife CSV (unsafe link as noted by browser
https://kasparov.skife.org/csv/)</li>
<li><a href="https://opencsv.sourceforge.net/">Open CSV</a></li>
<li>Genjava CSV</li>
</ul>