diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-01-17 18:30:11 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-01-17 18:30:11 +0000 |
commit | e6a6e432601f393b69a9f06b71130ad6cc064232 (patch) | |
tree | 5144e1c5ca8a54f681d817f5ecd439649c3fad29 | |
parent | db4e59235cc13a99f7fedc3bcaf9f2267fd7b3a2 (diff) |
Remove leading space - seems to be causing test failures, although not a problem in app itself.
-rw-r--r-- | app/views/general/frontpage.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index bf5261d15..6eceb3b28 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -1,4 +1,4 @@ -<% # TODO: Cache for 5 minutes %> +<%# TODO: Cache for 5 minutes %> <div id="frontpage_splash"> <div id="left_column"> <%= render :partial => "frontpage_new_request" %> |