Skip to content

Commit 1839996

Browse files
committed
Use a bold question mark rather than the dingbat char
in the navigation icons. To avoid it getting rendered as a colored emoji on platforms that don't have text emoji fonts.
1 parent 420f378 commit 1839996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/chapter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<<if $in.prev_link>><a href="<<t $in.prev_link>>.html" title="previous chapter" aria-label="previous chapter"></a> <</if>>
1717
<a href="index.html" title="cover" aria-label="cover"></a>
1818
<<if $in.next_link>> <a href="<<t $in.next_link>>.html" title="next chapter" aria-label="next chapter"></a><</if>>
19-
&nbsp;<button class=help title="help" aria-label="help">❓&#xFE0E;</button>
19+
&nbsp;<button class=help title="help" aria-label="help"><strong>?</strong></button>
2020
</nav>
2121

2222
<h1<<if $in.id>> id="<<t $in.id>>"<</if>>><<if $in.chap_num>><span class=chap_num>Chapter <<t $in.chap_num>></span><</if>><<t $in.title>></h1>
@@ -27,7 +27,7 @@
2727
<<if $in.prev_link>><a href="<<t $in.prev_link>>.html" title="previous chapter" aria-label="previous chapter"></a> <</if>>
2828
<a href="index.html" title="cover" aria-label="cover"></a>
2929
<<if $in.next_link>> <a href="<<t $in.next_link>>.html" title="next chapter" aria-label="next chapter"></a><</if>>
30-
&nbsp;<button class=help title="help" aria-label="help">❓&#xFE0E;</button>
30+
&nbsp;<button class=help title="help" aria-label="help"><strong>?</strong></button>
3131
</nav>
3232
</article>
3333

0 commit comments

Comments
 (0)