File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -958,7 +958,7 @@ function numberTables() {
958958
959959 headingLabel . appendChild ( document . createTextNode ( "Table " ) ) ;
960960 headingLabel . appendChild ( headingNumberElement ) ;
961- headingLabel . appendChild ( document . createTextNode ( " - " ) ) ;
961+ headingLabel . appendChild ( document . createTextNode ( " — " ) ) ;
962962
963963
964964 caption . insertBefore ( headingLabel , caption . firstChild ) ;
@@ -999,7 +999,7 @@ function numberFigures() {
999999
10001000 headingLabel . appendChild ( document . createTextNode ( "Figure " ) ) ;
10011001 headingLabel . appendChild ( headingNumberElement ) ;
1002- headingLabel . appendChild ( document . createTextNode ( " - " ) ) ;
1002+ headingLabel . appendChild ( document . createTextNode ( " — " ) ) ;
10031003
10041004
10051005 figcaption . insertBefore ( headingLabel , figcaption . firstChild ) ;
You can’t perform that action at this time.
0 commit comments