<br>
@@@if:registernew|picked@@@
-@@@quiz_question_input@@@
+@@@lit:quiz_question_input@@@
<input type=submit name="register" value="Register.">
@@@endif:@@@
password:
<p>
-@@@quiz_question_input@@@
+@@@lit:quiz_question_input@@@
<input type=submit name="mailpasswd" value="Mail password."><br>
(The password will be sent to the registered email address for the
entry.)
} elsif (m/\S/) {
s/^\@\@\@$//;
if ($doing) {
- s/\@\@\@(\w+)\@\@\@/ getvar_mightquote("$1", $quote_html) /ge;
+ s/\@\@\@(lit:)?(\w+)\@\@\@/
+ getvar_mightquote("$2", !$1 && $quote_html)
+ /ge;
out($_);
} else {
- s/\@\@\@\w+\@\@\@//g;
+ s/\@\@\@(?:lit:)?\w+\@\@\@//g;
}
die "$filename:$cl:unknown $_\n" if m/\@\@\@/;
}