Layout error due to bad '<br/>'

This commit is contained in:
Yann Esposito (Yogsototh) 2010-07-08 16:15:46 +02:00
parent 51a46feb82
commit 4248a925ee
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ self.instance_variable_set(:@conf, conf)
else
nil
end
end.join('<br/>') %>
end.join() %>
</div>
</div>

View file

@ -88,7 +88,7 @@ self.instance_variable_set(:@conf, conf)
else
nil
end
end.join('<br/>') %>
end.join() %>
</div>
</div>
<div class="flush"></div>