mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1 line
367 B
HTML
1 line
367 B
HTML
<HTML>
|
|
<p>First instance - SkyMiles¨ - does not use character entity<br>
|
|
Second instance - SkyMiles® - uses character entity<br>
|
|
<FORM METHOD="POST" ACTION="/cgi-bin/quiknav.pl" TARGET="_top" ONSUBMIT="foo">
|
|
<SELECT NAME="section" SIZE="1">
|
|
<OPTION VALUE="/skymile/index.html">SkyMiles¨
|
|
<OPTION VALUE="/skymile/index.html">SkyMiles®
|
|
</SELECT>
|
|
</FORM>
|
|
</HTML>
|