Skip to content

Commit f7829cd

Browse files
committed
Fix styleguide on markdown.rb
1 parent 6b6df4f commit f7829cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/rails_guides/markdown.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def generate_structure
128128
node.inner_html = "<a class='anchorlink' href='##{node[:id]}' data-turbo='false'>#{node.inner_html}</a>"
129129
end
130130

131-
tables = doc.css('table')
131+
tables = doc.css("table")
132132
tables.wrap("<div class='table-wrapper'>")
133133
end
134134
@body = @epub ? document.to_xhtml : document.to_html

0 commit comments

Comments
 (0)