From ee368576029eb79f125183b3a32ff94b9489bc23 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Sun, 15 Aug 1999 02:57:13 +0200 Subject: [PATCH] Doc fix. Rev: src/modules/Parser/html.c:1.37 --- src/modules/Parser/html.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/modules/Parser/html.c b/src/modules/Parser/html.c index f8589145f6..4f6c547184 100644 --- a/src/modules/Parser/html.c +++ b/src/modules/Parser/html.c @@ -2427,10 +2427,9 @@ static void html_current(INT32 args) **! **! <tt>tag_args</tt> gives the arguments of the current tag, **! parsed to a convinient mapping consisting of key:value pairs. -**! The default value (if no default_value is given) is the same -**! string as the key. The arguments are arrays of arbitrary data -**! if the parser is running in <ref>mixed_mode</ref>, otherwise -**! they are strings. +**! default_value is used for arguments which have no value in the +**! tag. If default_value isn't given, the value is set to the +**! same string as the key. **! **! <tt>tag()</tt> gives the equivalent of **! <tt>({tag_name(),tag_args()})</tt>. -- GitLab