File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ var DOCXjs = function() {
53
53
output += '<w:p w:rsidR="001A6335" w:rsidRDefault="00EA68DC" w:rsidP="00EA68DC">' ;
54
54
output += '<w:r w:rsidRPr="00C703AC">' ;
55
55
output += '<w:rPr>' ;
56
- output += '<w:lang w:val="es-ES_tradnl "/>' ;
56
+ output += '<w:lang w:val="en-GB_tradnl "/>' ;
57
57
output += '</w:rPr>' ;
58
58
output += '<w:t xml:space="preserve">' ;
59
59
output += textElements [ textElement ] ;
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ <h1>DOCX.js Test Page</h1>
41
41
var doc = new DOCXjs ( ) ;
42
42
doc . text ( 'DOCX.js is a free open source library for generating Microsoft Word Documents using pure client-side JavaScript.' ) ;
43
43
doc . text ( 'It was developed by James Hall at Snapshot Media.' ) ;
44
-
45
44
var output = doc . output ( 'datauri' ) ;
46
45
47
46
}
You can’t perform that action at this time.
0 commit comments