Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Fix indenting of code in attribute descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Aug 2, 2009
1 parent 36a4457 commit 64a3f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hanna/template_files/sections.haml
Expand Up @@ -49,7 +49,7 @@
%tr.top-aligned-row.context-row %tr.top-aligned-row.context-row
%td.context-item-name= attr[:name] %td.context-item-name= attr[:name]
%td.context-item-value= attr[:rw] ? "[#{attr[:rw]}]" : ' ' %td.context-item-value= attr[:rw] ? "[#{attr[:rw]}]" : ' '
%td.context-item-desc= attr[:a_desc] %td.context-item-desc~ sanitize_code_blocks(attr[:a_desc])


- if section[:method_list] - if section[:method_list]
#methods #methods
Expand Down

0 comments on commit 64a3f76

Please sign in to comment.