Skip to content

Commit

Permalink
Make lang readable for documents
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Feb 19, 2014
1 parent ed84a02 commit 42d9027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ydocx.rb
Expand Up @@ -4,5 +4,5 @@
require 'ydocx/document'

module YDocx
VERSION = '1.2.3'
VERSION = '1.2.4'
end
2 changes: 1 addition & 1 deletion lib/ydocx/parser.rb
Expand Up @@ -8,7 +8,7 @@
module YDocx
class Parser
include MarkupMethod
attr_accessor :indecies, :images, :result, :space
attr_accessor :indecies, :images, :result, :space, :lang
def initialize(doc, rel)
@doc = Nokogiri::XML.parse(doc)
@rel = Nokogiri::XML.parse(rel)
Expand Down

0 comments on commit 42d9027

Please sign in to comment.