BigW Consortium Gitlab

Commit c104f4d5 by Robert Speicher

Remove unnecessary `strip` from `reference_class` method

parent 08ca9411
......@@ -70,7 +70,7 @@ module Gitlab
end
def reference_class(type)
"gfm gfm-#{type}".strip
"gfm gfm-#{type}"
end
# Iterate through the document's text nodes, yielding the current node's
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment