Skip to content

Commit

Permalink
Update lib/xmlparser.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Oct 30, 2024
1 parent 02738d1 commit aedb329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xmlparser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class XMLParser

def initialize
@buffer = String.new
@unescape = { 'lt' => '<', 'gt' => '>', 'quot' => '"', 'apos' => "'", 'amp' => '&' }
# @unescape = { 'lt' => '<', 'gt' => '>', 'quot' => '"', 'apos' => "'", 'amp' => '&' }
@bold = false
@active_tags = Array.new
@active_ids = Array.new
Expand Down

0 comments on commit aedb329

Please sign in to comment.