do_cmd_arabic(): Override the l2h-provided version to remove that

obnoxious <SPAN CLASS="arabic">...</SPAN> markup.
This commit is contained in:
Fred Drake 1999-02-19 23:04:59 +00:00
parent df5d50d889
commit 50cdd97ec4
1 changed files with 7 additions and 0 deletions

View File

@ -221,6 +221,13 @@ sub img_tag {
}
sub do_cmd_arabic {
# get rid of that nasty <SPAN CLASS="arabic">...</SPAN>
local($ctr, $val, $id, $_) = &read_counter_value(@_[0]);
return ($val ? &farabic($val) : "0") . $_;
}
sub gen_index_id {
# this is used to ensure common index key generation and a stable sort
my($str,$extra) = @_;