Removed HTML code which wasn't rendered properly.
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 8148e75..689740f 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -35,11 +35,11 @@
 	applications and distributed applications at large.
 
 	Experience indicates that logging is an important component of the development cycle. It offers
-	several advantages. It provides precise <em>context</em> about a run of the application. Once
-	inserted into the code, the generation of logging output requires no human intervention.
-	Moreover, log output can be saved in persistent medium to be studied at a later time. In
-	addition to its use in the development cycle, a sufficiently rich logging package can also be
-	viewed as an auditing tool.
+	several advantages. It provides precise context about a run of the application. Once inserted
+	into the code, the generation of logging output requires no human intervention. Moreover, log
+	output can be saved in persistent medium to be studied at a later time. In addition to its use
+	in the development cycle, a sufficiently rich logging package can also be viewed as an auditing
+	tool.
 
 	Logging does have its drawbacks. It can slow down an application. If too verbose, it can cause
 	scrolling blindness. To alleviate these concerns, log4cxx is designed to be reliable, fast and