summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 00:07:43 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-14 16:47:23 +0700
commit591abc6ece1088b49cee71a17c3a508d2345e6ee (patch)
tree8581a38e0738a1cd575ca66f2e7aa63e52e419f0 /libraries
parentba64bb0503c65d634d3e4b583d216442574a1a01 (diff)
downloadslackbuilds-591abc6ece1088b49cee71a17c3a508d2345e6ee.tar.gz
slackbuilds-591abc6ece1088b49cee71a17c3a508d2345e6ee.tar.xz
libraries/xmlgen: Fix slack-desc.
Diffstat (limited to 'libraries')
-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.