Skip to content

Commit

Permalink
Fixed the css url in the system snip
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Jun 3, 2008
1 parent f251a8f commit 3d89dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vanilla/snips/system.rb
Expand Up @@ -9,7 +9,7 @@
<title>{current_snip name}</title>
<script language="javascript" src="/public/javascripts/jquery-1.2.3.js"></script>
<script language="javascript" src="/public/javascripts/vanilla.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="<%= Vanilla::Routes.url_to_raw("system", "css.css") %>" />
<link rel="stylesheet" type="text/css" media="screen" href="<%= Vanilla::Routes.url_to("system", "css.css") %>" />
</head>
<body>
<div id="content">
Expand Down

0 comments on commit 3d89dbb

Please sign in to comment.