mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-06 07:33:04 +08:00
Quick formatting fix
This commit is contained in:
parent
e7384ac38d
commit
e26adc2905
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
||||||
require 'sanitize'
|
|
||||||
|
|
||||||
module ProtocolsIoTableHelper
|
module ProtocolsIoTableHelper
|
||||||
|
|
||||||
def protocolsio_string_to_table_element(description_string)
|
def protocolsio_string_to_table_element(description_string)
|
||||||
string_without_tables = string_html_table_remove(description_string)
|
string_without_tables = string_html_table_remove(description_string)
|
||||||
table_regex = %r{<table\b[^>]*>(.*?)<\/table>}m
|
table_regex = %r{<table\b[^>]*>(.*?)<\/table>}m
|
||||||
|
|
Loading…
Reference in a new issue