making ugly overview.html  pretty
diff --git a/project-info/overview.html b/project-info/overview.html
index 1938936..2ad2691 100755
--- a/project-info/overview.html
+++ b/project-info/overview.html
@@ -1,19 +1,19 @@
 <p><a href="http://wiki.eclipse.org/Xpand">Xpand</a> is a statically-typed template language featuring</p>
-<lu>
+<ul>
 	<li>polymorphic template invocation,</li>
 	<li>aspect oriented programming,</li>
 	<li>functional extensions, </li>
 	<li>a flexible type system abstraction,</li>
 	<li>model transformation, </li>
 	<li>model validation and much more</li>
-</lu>
+</ul>
 <p>It includes an <b>editor</b> which provides features like</p> 
-<lu>
+<ul>
 	<li>syntax coloring, </li>
 	<li>error highlighting, </li>
 	<li>navigation, </li>
 	<li>refactoring and </li>
 	<li>code completion.</li>
-</lu>
+</ul>
 <p>Xpand was originally developed as part of <a href="http://www.openarchitectureware.org">openArchitectureWare</a> project before it became a component under eclipse.</p>
 <p>The M2T version is implemented in <a href="http://www.xtext.org">TMF's Xtext</a>.</p>
\ No newline at end of file