Skip to content

Commit

Permalink
clearer display of dryml meta_name params
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Apr 28, 2011
1 parent e5b9b52 commit 9b411dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dryml/lib/dryml/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,8 @@ def wrap_replace_parameter(el, name)
end


def param_proc(el, metadata_name_prefix)
metadata_name = "#{metadata_name_prefix}><#{el.name}"
def param_proc(el, metadata_name_suffix)
metadata_name = "#{el.name} < #{metadata_name_suffix}"

nl = tag_newlines(el)

Expand Down

0 comments on commit 9b411dc

Please sign in to comment.