From 666ee0cb5025eded77fd26a135ebd50f696e0598 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Tue, 4 Nov 2008 10:32:19 +0100 Subject: [PATCH] Avoid using direct HTML tags in documentation. --- Grutatxt.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Grutatxt.pm b/Grutatxt.pm index 8e02188..37aa8f0 100644 --- a/Grutatxt.pm +++ b/Grutatxt.pm @@ -593,8 +593,8 @@ The additional parameters for a new Grutatxt object are: =item I If this boolean value is set, the first row in tables -is assumed to be the heading and rendered using -instead of tags. +is assumed to be the heading and rendered using 'th' +instead of 'td' tags. =item I @@ -607,12 +607,12 @@ If this boolean value is set, tables are expanded (width 100%). =item I If this boolean value is set, definition lists will be -rendered using
,
and
instead of tables. +rendered using 'dl', 'dt' and 'dd' instead of tables. =item I Offset to be summed to the heading level when rendering - tags (default is 0). +'h?' tags (default is 0). =item I -- 2.11.4.GIT