c = ded.css('quote').first.content
quote.parent.remove # remove the '<para>' containing the quote
auth.remove
- ded.last_element_child.after('<blockquote><para>%s</para><attribution>%s</attribution></blockquote>' %
- [quote_c, auth_c])
+ ded.last_element_child.after('<blockquote><attribution>%s</attribution><para>%s</para></blockquote>' %
+ [auth_c, quote_c])
end
%w(preface#foreword preface#introduction).each do |spec|