Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
yum
Commits
02f87e45
Commit
02f87e45
authored
Apr 07, 2015
by
Sean OMeara
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #117 from tatemz/master
tolerant config should convert boolean to stringified integer
parents
601f3287
f6ed5c39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates/default/main.erb
templates/default/main.erb
+1
-1
No files found.
templates/default/main.erb
View file @
02f87e45
...
@@ -244,7 +244,7 @@ throttle=<%= @config.throttle %>
...
@@ -244,7 +244,7 @@ throttle=<%= @config.throttle %>
timeout=
<%=
@config
.
timeout
%>
timeout=
<%=
@config
.
timeout
%>
<%
end
%>
<%
end
%>
<%
if
@config
.
tolerant
%>
<%
if
@config
.
tolerant
%>
tolerant=
<%=
@config
.
tolerant
%>
tolerant=
<%=
(
@config
.
tolerant
)
?
'1'
:
'0'
%>
<%
end
%>
<%
end
%>
<%
if
@config
.
tsflags
%>
<%
if
@config
.
tsflags
%>
tsflags=
<%=
@config
.
tsflags
%>
tsflags=
<%=
@config
.
tsflags
%>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment