summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/xmlgen/slack-desc10
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/xmlgen/slack-desc b/libraries/xmlgen/slack-desc
index cfcb75bcbd..5927b66421 100644
--- a/libraries/xmlgen/slack-desc
+++ b/libraries/xmlgen/slack-desc
@@ -5,12 +5,12 @@
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
- |-----handy-ruler------------------------------------------------------|
-xmlgen: Xmlgen (Tcl --> XML translator)
+ |-----handy-ruler------------------------------------------------------|
+xmlgen: xmlgen (Tcl --> XML translator)
xmlgen:
-xmlgen: Every tag is made into a markup command which takes attributes and the
-xmlgen: element's content as parameters and then prints the XML tagged content.
-xmlgen: Of course, the content again can contain markup commands.
+xmlgen: Every tag is made into a markup command which takes attributes and
+xmlgen: the element's content as parameters and then prints the XML tagged
+xmlgen: content. Of course, the content again can contain markup commands.
xmlgen:
xmlgen: On top of xmlgen there is the package htmlgen which comes with all the
xmlgen: typical HTML tags predefined as markup commands.