Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Sep 30, 2024
1 parent 8cd3303 commit 28d663b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/isodoc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IsoDoc
VERSION = "2.11.3".freeze
VERSION = "2.11.4".freeze
end
1 change: 0 additions & 1 deletion lib/isodoc/word_function/comments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def comment_cleanup(docxml)
'span[@style="MsoCommentReference"]'.freeze

def embed_comment_in_comment_list(docxml)
# docxml.xpath(COMMENT_IN_COMMENT_LIST).each do |x|
docxml.xpath(COMMENT_IN_COMMENT_LIST1).each do |x|
n = x.next_element
n&.children&.first&.add_previous_sibling(x.remove)
Expand Down

0 comments on commit 28d663b

Please sign in to comment.