Author: mattsicker
Date: Tue May 27 01:08:42 2014
New Revision: 1597690
URL: http://svn.apache.org/r1597690
Log:
Fix HTML typo.
Modified:
logging/log4j/log4j2/trunk/src/site/xdoc/guidelines.xml
Modified: logging/log4j/log4j2/trunk/src/site/xdoc/guidelines.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/guidelines.xml?rev=1597690&r1=1597689&r2=1597690&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/guidelines.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/guidelines.xml Tue May 27 01:08:42
2014
@@ -340,7 +340,7 @@ Reviewed by: susiecommitter
<p>Open source projects function best when everyone is aware of the
"rules of the road" and abide by them.</p>
<ol>
<li>Error on the side of caution. If you donât understand it,
donât touch it and ask on the list. If you think you
- understand it read it again or ask until you are sure you do.
Nobody will blame you for asking questions.</li>li>
+ understand it read it again or ask until you are sure you do.
Nobody will blame you for asking questions.</li>
<li>Donât break the build - if there is the slightest chance the
change you are making could cause unit test
failures, run all unit tests. Better yet, get in the habit of
always running the unit tests before doing the commit.</li>
<li>If the build breaks and you have made recent changes then assume
you broke it and try to fix it. Although it