Skip to content

Commit

Permalink
[gh-4] Commenting-out problematic code line till a fix can be made.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcummuskey committed Jun 10, 2014
1 parent 3518358 commit 5ca1629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = function(data) {
try {
_.defaults(mailOptions, {
from: 'Intelligencia <[email protected]>',
html: asciidoc.$render(template.content, options.context),
// html: asciidoc.$render(template.content, options.context),
text: renderPlain(template.content, options.context)
});
} catch (error) {
Expand Down

0 comments on commit 5ca1629

Please sign in to comment.