diff options
| author | hukl <contact@smyck.org> | 2009-09-03 22:26:21 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-03 22:26:21 +0200 |
| commit | eb99d628c30482d66ec221da38b9877d1fe3d574 (patch) | |
| tree | 388082808d2de5f90a4f6caf25ea42e2ca1a9b41 /app/views/custom | |
| parent | 16e5ca741cf4935c1ebed64828b1f2f2472b06ee (diff) | |
took almost an hour to find the reason for the invalid html! anyway - fixed now!
Diffstat (limited to 'app/views/custom')
| -rw-r--r-- | app/views/custom/page_templates/public/no_date_and_author.html.erb | 2 | ||||
| -rw-r--r-- | app/views/custom/page_templates/public/standard_template.html.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/custom/page_templates/public/no_date_and_author.html.erb b/app/views/custom/page_templates/public/no_date_and_author.html.erb index 32eb64a..27cc1c0 100644 --- a/app/views/custom/page_templates/public/no_date_and_author.html.erb +++ b/app/views/custom/page_templates/public/no_date_and_author.html.erb | |||
| @@ -6,4 +6,4 @@ | |||
| 6 | <%= aggregate?(@page.body) %> | 6 | <%= aggregate?(@page.body) %> |
| 7 | </div> | 7 | </div> |
| 8 | 8 | ||
| 9 | <p><%= will_paginate(@content_collection) if @content_collection %></p> \ No newline at end of file | 9 | <%= will_paginate(@content_collection) if @content_collection %> \ No newline at end of file |
diff --git a/app/views/custom/page_templates/public/standard_template.html.erb b/app/views/custom/page_templates/public/standard_template.html.erb index d321472..7893fdd 100644 --- a/app/views/custom/page_templates/public/standard_template.html.erb +++ b/app/views/custom/page_templates/public/standard_template.html.erb | |||
| @@ -7,4 +7,4 @@ | |||
| 7 | <%= aggregate?(@page.body) %> | 7 | <%= aggregate?(@page.body) %> |
| 8 | </div> | 8 | </div> |
| 9 | 9 | ||
| 10 | <p><%= will_paginate(@content_collection) if @content_collection %></p> \ No newline at end of file | 10 | <%= will_paginate(@content_collection) if @content_collection %> \ No newline at end of file |
