diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-05-12 16:26:53 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-05-26 15:48:31 -0400 |
commit | 9d032cddf5575e2233c81142a3ebc609cd43a47e (patch) | |
tree | 0366afc212df68d518e5602169c079fc0d6efbad | |
parent | 0359d41b064e9f7680d0017013e011103747b614 (diff) | |
download | gitlab-ce-9d032cddf5575e2233c81142a3ebc609cd43a47e.tar.gz |
Correct the ReferenceFilter html/pipeline/filter require
-rw-r--r-- | lib/gitlab/markdown/reference_filter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/markdown/reference_filter.rb b/lib/gitlab/markdown/reference_filter.rb index a4303d96bef..be4d26af0fc 100644 --- a/lib/gitlab/markdown/reference_filter.rb +++ b/lib/gitlab/markdown/reference_filter.rb @@ -1,5 +1,5 @@ require 'active_support/core_ext/string/output_safety' -require 'html/pipeline' +require 'html/pipeline/filter' module Gitlab module Markdown |