Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki

master
Jacques Distler 2011-09-22 07:55:59 -05:00
commit 88dd41e75f
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ Example:
root = Nokogiri::XML::Element.new('html', doc)
root.add_namespace(nil, 'http://www.w3.org/1999/xhtml')
root.add_namespace('svg', "http://www.w3.org/2000/svg" )
lang = self[:lang] || 'en'
lang = self.attributes[:lang] || 'en'
root['xml:lang'] = lang
doc << root