Skip to content

Commit

Permalink
Remove type attribute from default tag templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Jul 11, 2013
1 parent e5275f7 commit 5c6dfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jekyll/assets_plugin/renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module Jekyll
module AssetsPlugin
class Renderer

STYLESHEET = '<link rel="stylesheet" type="text/css" href="%s">'
JAVASCRIPT = '<script type="text/javascript" src="%s"></script>'
STYLESHEET = '<link rel="stylesheet" href="%s">'
JAVASCRIPT = '<script src="%s"></script>'


def initialize context, logical_path
Expand Down

0 comments on commit 5c6dfbb

Please sign in to comment.