File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ credits = [
117
117
' https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE'
118
118
], [
119
119
' Bootstrap' ,
120
- ' 2011-2017 Twitter, Inc.<br>2011-2017 The Bootstrap Authors' ,
120
+ ' 2011-2018 Twitter, Inc.<br>2011-2018 The Bootstrap Authors' ,
121
121
' CC BY' ,
122
122
' https://creativecommons.org/licenses/by/3.0/'
123
123
], [
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ def call
17
17
end
18
18
19
19
css ( '.bd-example' , '.responsive-utilities-test' ) . each do |node |
20
+ next unless node . previous_element
21
+
20
22
if node . previous_element [ 'class' ] . try ( :include? , 'bd-example' )
21
23
node . remove
22
24
else
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ class Bootstrap < UrlScraper
9
9
options [ :trailing_slash ] = true
10
10
11
11
options [ :attribution ] = <<-HTML
12
- © 2011–2017 Twitter, Inc.< br >
13
- © 2011–2017 The Bootstrap Authors< br >
12
+ © 2011–2018 Twitter, Inc.< br >
13
+ © 2011–2018 The Bootstrap Authors< br >
14
14
Code licensed under the MIT License.< br >
15
15
Documentation licensed under the Creative Commons Attribution License v3.0.
16
16
HTML
17
17
18
18
version '4' do
19
- self . release = '4.0.0-beta.3 '
19
+ self . release = '4.0.0'
20
20
self . base_url = 'https://getbootstrap.com/docs/4.0/'
21
21
self . root_path = 'getting-started/introduction/'
22
22
You can’t perform that action at this time.
0 commit comments