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 @@ -908,7 +908,7 @@ function numberTables() {
908908
909909 headingLabel . appendChild ( document . createTextNode ( "Table " ) ) ;
910910 headingLabel . appendChild ( headingNumberElement ) ;
911- headingLabel . appendChild ( document . createTextNode ( " – " ) ) ;
911+ headingLabel . appendChild ( document . createTextNode ( " — " ) ) ;
912912
913913
914914 caption . insertBefore ( headingLabel , caption . firstChild ) ;
@@ -949,7 +949,7 @@ function numberFigures() {
949949
950950 headingLabel . appendChild ( document . createTextNode ( "Figure " ) ) ;
951951 headingLabel . appendChild ( headingNumberElement ) ;
952- headingLabel . appendChild ( document . createTextNode ( " – " ) ) ;
952+ headingLabel . appendChild ( document . createTextNode ( " — " ) ) ;
953953
954954
955955 figcaption . insertBefore ( headingLabel , figcaption . firstChild ) ;
You can’t perform that action at this time.
0 commit comments