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-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new 664e27d  Fix HTML warnings
664e27d is described below

commit 664e27d753d5e5d188f05de1a1faf440e336d197
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 23 10:57:06 2025 -0500

    Fix HTML warnings
    
    - Fix spelling
    - Use paragraph
    - Use a list instead of line breaks
---
 STATUS.html | 36 ++++++++++++++++--------------------
 1 file changed, 16 insertions(+), 20 deletions(-)

diff --git a/STATUS.html b/STATUS.html
index 953223d..272223d 100644
--- a/STATUS.html
+++ b/STATUS.html
@@ -23,19 +23,19 @@
 <head>
 <body>
 
-
-<div align="center">
+<div>
 <h1>The Apache Commons <em>Logging</em> Component</h1>
-<a href="#Introduction">[Introduction]</a>
-<a href="#Dependencies">[Dependencies]</a>
-<a href="#Release Info">[Release Info]</a>
-<a href="#Committers">[Committers]</a>
-<a href="#Action Items">[Action Items]</a>
-<br /><br />
+<ol>
+  <li><a href="#Introduction">Introduction</a></li>
+  <li><a href="#Dependencies">Dependencies</a></li>
+  <li><a href="#Release Info">Release Info</a></li>
+  <li><a href="#Committers">Committers</a></li>
+  <li><a href="#Action Items">Action Items</a></li>
+</ol>
 </div>
 
 
-<a name="Introduction"></a>
+<a id="Introduction"></a>
 <h3>1.  INTRODUCTION</h3>
 
 
@@ -54,6 +54,7 @@ developer to not tie himself to a particular logging 
implementation.
 
 <p>
 The package does :
+</p>
 <ul>
 <li>Have an API which should be as simple to use as possible</li>
 <li>Provide support for Avalon's Logkit</li>
@@ -65,19 +66,17 @@ The package does :
 <li>Provide pluggable support for other logging APIs</li>
 <li>Provide a simple System.out logger</li>
 </ul>
-</p>
 
 <p>
 Non-goals:
+</p>
 <ul>
 <li>This package will not perform logging itself, except at the most basic
     level.</li>
 <li>We do not seek to become a "standard" API.</li>
 </ul>
-</p>
- 
 
-<a name="Dependencies"></a>
+<a id="Dependencies"></a>
 <h3>2.  DEPENDENCIES</h3>
 
 <p>The <em>Logging</em> component is dependent upon the following external
@@ -99,7 +98,7 @@ components for compilation:</p>
 <p> Of course, the user must ensure that any logging systems that they wish
 to use are present in the classpath when they use this component. </p>
 
-<a name="Release Info"></a>
+<a id="Release Info"></a>
 <h3>3.  RELEASE INFO</h3>
 
 <table border="1">
@@ -133,9 +132,7 @@ to use are present in the classpath when they use this 
component. </p>
 
 <p>Planned Next Release:  TBD</p>
 
-
-
-<a name="Committers"></a>
+<a id="Committers"></a>
 <h3>4.  COMMITTERS</h3>
 
 <p>The following individuals are the primary developers and maintainers of this
@@ -154,11 +151,10 @@ component to ensure that it continues to meet a variety 
of needs.</p>
   <li>Juozas Baliuka</li>  
 </ul>
 
-
-<a name="Action Items"></a>
+<a id="Action Items"></a>
 <h3>5.  ACTION ITEMS</h3>
 
-<p>TO DO List:</p>
+<p>TO DO List: Empty.</p>
 
 <table border="1">
   <tr>

Reply via email to