diff --git a/app/logical/d_text.rb b/app/logical/d_text.rb index 3cfa4ad77..269812418 100644 --- a/app/logical/d_text.rb +++ b/app/logical/d_text.rb @@ -225,9 +225,9 @@ class DText content = $3 if options[:inline] - "
" + parse_inline(content, options) + "
" + "
" + parse_inline(content, options) + "
" else - "<#{tag} id=\"#{header_id}\">" + parse_inline(content, options) + "" + "<#{tag} id=\"dtext-#{header_id}\">" + parse_inline(content, options) + "" end when /^\s*\*+ / parse_list(block, options)