Use HTML code → instead of cc_index_arrow.gif in the index.

(more compact, scalable...)
Tested with firefox, safari and opera.
This commit is contained in:
Sylvain Pion 2008-12-27 20:33:51 +00:00
parent d0f66de0ce
commit 0d54154d06
1 changed files with 1 additions and 4 deletions

View File

@ -124,10 +124,7 @@ main( int argc, char **argv) {
lli = find_if(list_of_lines.begin(),
list_of_lines.end(),
Lines_eq(number));
out_file << "<A "<< lli->text <<">" << "<img SRC=\""
"cc_index_arrow.gif\" ALT=\"reference\" "
"WIDTH=\"14\" HEIGHT=\"12\" VALIGN=BOTTOM "
"BORDER=0></A> ";
out_file << "<A " << lli->text << ">&rarr;</A> ";
}
}
}