Skip to content

Commit

Permalink
use right line ending. no bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvl%exedo.nl committed Dec 8, 2005
1 parent de87b4a commit fa02b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calendar/import-export/calHtmlExport.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ function QueryInterface(aIID) {
calHtmlExporter.prototype.getFileTypes =
function getFileTypes(aCount) {
aCount.value = 1;
return([{defaultExtension:'html',
extensionFilter:'*.html; *.htm',
return([{defaultExtension:'html',
extensionFilter:'*.html; *.htm',
description:'HTML'}]);
};

Expand Down

0 comments on commit fa02b25

Please sign in to comment.