diff options
| author | Chris Rebert <[email protected]> | 2015-10-10 18:19:54 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-10 18:19:54 -0700 |
| commit | bb5542651d89ba4c26950d349f74845d0d3384a3 (patch) | |
| tree | 69112e350252e275f01a8db904ae7474b9345eaf /docs/_plugins/bugify.rb | |
| parent | d97bf25855b1811126621aba5d7477d52af5feeb (diff) | |
| parent | 07c8e3862c78262060ee4d9a1b4ee3eede3f57b4 (diff) | |
| download | bootstrap-bb5542651d89ba4c26950d349f74845d0d3384a3.tar.xz bootstrap-bb5542651d89ba4c26950d349f74845d0d3384a3.zip | |
Merge pull request #17880 from bhamodi/newline-fixes
Added missing new lines at EOF.
Diffstat (limited to 'docs/_plugins/bugify.rb')
| -rw-r--r-- | docs/_plugins/bugify.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_plugins/bugify.rb b/docs/_plugins/bugify.rb index 3cee9e43f..e085b5a38 100644 --- a/docs/_plugins/bugify.rb +++ b/docs/_plugins/bugify.rb @@ -22,4 +22,4 @@ module Jekyll end end -Liquid::Template.register_filter(Jekyll::BugFilter)
\ No newline at end of file +Liquid::Template.register_filter(Jekyll::BugFilter) |
