diff options
| author | hukl <contact@smyck.org> | 2012-04-03 21:17:43 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2012-04-03 21:17:43 +0200 |
| commit | 2ad84e755aeafe10148df06e11a77470089c3cf7 (patch) | |
| tree | e96e8325e2f554c8335447729add72140065859d /app/views | |
| parent | e3ceffa0a53c9e85739a1fd376d30e575a35f302 (diff) | |
make quote italic
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/layouts/application.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 8965922..a7e831a 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | <%= link_to t(:sponsors), content_path("sponsors") %> | 44 | <%= link_to t(:sponsors), content_path("sponsors") %> |
| 45 | </p> | 45 | </p> |
| 46 | <p id="quote"> | 46 | <p id="quote"> |
| 47 | »They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.« Benjamin Franklin | 47 | <em>»They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.«</em> Benjamin Franklin |
| 48 | </p> | 48 | </p> |
| 49 | </div> | 49 | </div> |
| 50 | </div> | 50 | </div> |
