summaryrefslogtreecommitdiff
path: root/res/script/downloadelite.js
diff options
context:
space:
mode:
Diffstat (limited to 'res/script/downloadelite.js')
-rw-r--r--res/script/downloadelite.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/script/downloadelite.js b/res/script/downloadelite.js
index b835d6b..eddf3c3 100644
--- a/res/script/downloadelite.js
+++ b/res/script/downloadelite.js
@@ -34,7 +34,7 @@ var make_html_header = function(num)
'</head>\n'+
'<body>\n'+
'<p><b><h1>FQTerm Article Downloader</h1></b></p>\n'+
- '<p><p align=center><a href=' + (num - 1) + '.html>Prevoius</a>\n'+
+ '<p><p align=center><a href=' + (num - 1) + '.html>Previous</a>\n'+
'<a href=index.html>Index</a>\n'+
'<a href=' + (num + 1) + '.html>Next</a></p align=center></p>'+
'<hr><p></p>\n';
@@ -45,7 +45,7 @@ var make_html_ender = function(num)
{
num = parseInt(num);
var result = '<hr><p></p>\n'+
- '<p><p align=center><a href=' + (num - 1) + '.html>Prevoius</a>\n'+
+ '<p><p align=center><a href=' + (num - 1) + '.html>Previous</a>\n'+
'<a href=index.html>Index</a>\n'+
'<a href=' + (num + 1) + '.html>Next</a></p align=center></p>\n'+
'<p><b>FQTerm --- BBS client based on Qt library</b><p>\n'+