Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xproject-info/project-page-paragraph.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/project-info/project-page-paragraph.html b/project-info/project-page-paragraph.html
index 1938936..2ad2691 100755
--- a/project-info/project-page-paragraph.html
+++ b/project-info/project-page-paragraph.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

Back to the top