Quick formatting fix

This commit is contained in:
Zanz2 2017-11-12 15:41:50 +01:00
parent e7384ac38d
commit e26adc2905

View file

@ -1,7 +1,4 @@
require 'sanitize'
module ProtocolsIoTableHelper
def protocolsio_string_to_table_element(description_string)
string_without_tables = string_html_table_remove(description_string)
table_regex = %r{<table\b[^>]*>(.*?)<\/table>}m