diff options
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/paginathing.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/help3xsl/paginathing.js b/help3xsl/paginathing.js index 8ecc4abd08..3bb88f31d0 100644 --- a/help3xsl/paginathing.js +++ b/help3xsl/paginathing.js @@ -59,10 +59,10 @@ var options = { limitPagination: 6, prevNext: true, firstLast: true, - prevText: '<<', - nextText: '>>', - firstText: '<', - lastText: '>', + prevText: '←', + nextText: '→', + firstText: '⇤', + lastText: '⇥', containerClass: 'pagination-container', ulClass: 'pagination', liClass: 'page', |