Parent Directory | Revision Log | Patch
revision 1.11 by wakaba, Fri Aug 15 08:36:41 2008 UTC | revision 1.12 by wakaba, Fri Aug 15 12:11:56 2008 UTC | |
---|---|---|
# | Line 207 sub add_error ($%) { | Line 207 sub add_error ($%) { |
207 | $out->nl_text ($error_type_text, node => $opt{node}, text => $opt{text}); | $out->nl_text ($error_type_text, node => $opt{node}, text => $opt{text}); |
208 | ||
209 | ## Additional error description | ## Additional error description |
210 | if (defined $opt{text}) { | if (defined $opt{text}) { ## TODO: Remove this block once all errors are put into the catalog. |
211 | $out->html (' (<q>'); | $out->html (' (<q>'); |
212 | $out->text ($opt{text}); | $out->text ($opt{text}); |
213 | $out->html ('</q>)'); | $out->html ('</q>)'); |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |