Skip to content

Commit

Permalink
Fix erb formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Oct 15, 2009
1 parent 825f217 commit 329fa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/layout/header.html.erb
Expand Up @@ -14,7 +14,7 @@
</head>
<body>
<div id="header">
<%= erb :breadcrumb %>
<%= erb(:breadcrumb) %>
<form id="search" method="get">
Search:
<input id="searchBox" name="q" type="text" size="30" value="" />
Expand Down

0 comments on commit 329fa4d

Please sign in to comment.