Skip to content

Commit

Permalink
Fixed typo in config name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Jan 4, 2012
1 parent 2270746 commit 556c513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support/z_html.erl
Expand Up @@ -245,7 +245,7 @@ sanitize(Html, OptContext) when is_list(Html) ->
end, end,
ExtraElts = case OptContext of ExtraElts = case OptContext of
#context{} -> #context{} ->
binstr:split(m_config:get_value(site, html_attr_extra, <<>>, OptContext), <<",">>); binstr:split(m_config:get_value(site, html_elt_extra, <<>>, OptContext), <<",">>);
undefined -> undefined ->
[] []
end, end,
Expand Down

0 comments on commit 556c513

Please sign in to comment.