[Zodb-checkins] CVS: Packages/ZConfig/doc - xmlmarkup.perl:1.2 xmlmarkup.sty:1.2

Fred L. Drake, Jr. fred@zope.com
Mon, 13 Jan 2003 16:04:36 -0500


Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv2921

Modified Files:
	xmlmarkup.perl xmlmarkup.sty 
Log Message:
Minor update to presentation code; stay out of the way a little more.

=== Packages/ZConfig/doc/xmlmarkup.perl 1.1 => 1.2 ===
--- Packages/ZConfig/doc/xmlmarkup.perl:1.1	Mon Jan 13 15:13:45 2003
+++ Packages/ZConfig/doc/xmlmarkup.perl	Mon Jan 13 16:04:30 2003
@@ -30,7 +30,7 @@
     my $valuetype = next_argument();
     return ("\n<dl class='macrodesc'>"
             . "\n<dt><b><tt class='macro'>$name</tt></b>"
-            . "&nbsp;&nbsp;&nbsp;(<tt>$valuetype</tt>)"
+            . "&nbsp;&nbsp;&nbsp;($valuetype)"
             . "\n<dd>"
             . $_
             . "</dl>");


=== Packages/ZConfig/doc/xmlmarkup.sty 1.1 => 1.2 ===
--- Packages/ZConfig/doc/xmlmarkup.sty:1.1	Mon Jan 13 15:13:45 2003
+++ Packages/ZConfig/doc/xmlmarkup.sty	Mon Jan 13 16:04:30 2003
@@ -22,6 +22,6 @@
 % \begin{attributedesc}{name}{content-type}
 \newenvironment{attributedesc}[2]{
   \begin{fulllineitems}
-    \item[\code{\bfseries#1}{\quad(\code{#2})}]
+    \item[\code{\bfseries#1}{\quad(#2)}]
     \index{#1@\py@idxcode{#1}}
 }{\end{fulllineitems}}