Skip to content

Commit

Permalink
Merge remote-tracking branch 'ncrohn/master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Aug 10, 2012
2 parents 5c05e09 + a2fb5f4 commit de308f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/docpad.coffee
Expand Up @@ -2531,7 +2531,7 @@ class DocPad extends EventEmitterEnhanced

# Content Type
contentType = document.get('contentTypeRendered') or document.get('contentType')
res.contentType(contentType)
res.setHeader('Content-Type', contentType);

# Send
dynamic = document.get('dynamic')
Expand Down

0 comments on commit de308f2

Please sign in to comment.