Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed fckeditor error engines plugin caused
  • Loading branch information
Josh Adams committed Sep 8, 2008
1 parent a297875 commit 09de2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/admin.html.erb
Expand Up @@ -16,7 +16,7 @@
<%= stylesheet_link_tag 'admin' %>
<%= javascript_include_tag :defaults %>
<%= javascript_include_tag 'show_and_hide' %>
<%= javascript_include_tag :fckeditor %>
<%= javascript_include_tag 'fckeditor/fckeditor' %>
<!--[if lt IE 7.]><%= javascript_include_tag 'pngfix.js' %><![endif]-->
</head>
<body>
Expand Down

0 comments on commit 09de2c7

Please sign in to comment.