- If argument `value' is a symbol and argument `format' is
`wiki-text', treat `value' as a list of a function
- Use `est-format-list' instead of `www-format-value'.
(setq format 'default))
(unless value
(setq value (www-get-feature-value char feature-name)))
+ (if (and (symbolp value)
+ (eq format 'wiki-text))
+ (setq value (list (list value))))
(princ
(format "<p><input type=\"text\" name=\"feature-name\"
size=\"32\" maxlength=\"256\" value=\"%s\">"
((eq c ?\u0022) """)
(t
(char-to-string c))))
- (www-format-value char feature-name
- value format 'without-tags)
+ (est-format-list value format nil nil " ")
"")))
)
(or (www-feature-value-format feature-name)
'default)
'default
- 'without-tags)))
+ 'without-tags)
+ ))
(unless simple
(princ
(format