mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Fix CPP clean_html to remove adding an extra dot
This commit is contained in:
parent
887c879e0f
commit
50d7304194
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ module Docs
|
|||
node << node.next
|
||||
end
|
||||
node.inner_html = node.inner_html.strip
|
||||
node << '.' if node.content =~ /[a-zA-Z0-9\)]\z/
|
||||
node.remove if node.content.blank? && !node.at_css('img')
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue