diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-07-06 11:16:43 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-07-06 11:16:43 +0100 |
commit | b86941269b638c61bf90adbd8ef6a7c724242a1c (patch) | |
tree | b69e66cd15c3d5341bb80916c63344f6f433df81 | |
parent | 59f2327be20212b3ebb254c38e171d4b9831799b (diff) |
Fix HTML to pass HTML4.01 strict validation during testing
-rw-r--r-- | app/views/general/_locale_switcher.rhtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/general/_locale_switcher.rhtml b/app/views/general/_locale_switcher.rhtml index 812256ccf..c884ff6f1 100644 --- a/app/views/general/_locale_switcher.rhtml +++ b/app/views/general/_locale_switcher.rhtml @@ -9,4 +9,5 @@ <% end %> </div> <% end %> -<br/> + +<div class="spacer"></div> |