Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt
Commits
701c7dde
Commit
701c7dde
authored
Aug 08, 2014
by
Alex Vandiver
Browse files
Remove an unreachable line
parent
b1af637a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lib/RT/Interface/Web/Handler.pm
lib/RT/Interface/Web/Handler.pm
+0
-1
No files found.
lib/RT/Interface/Web/Handler.pm
View file @
701c7dde
...
...
@@ -390,7 +390,6 @@ sub _psgi_response_cb {
return
'';
}
return
utf8::
is_utf8
(
$_
[
0
])
?
Encode::
encode
(
"
UTF-8
",
$_
[
0
])
:
$_
[
0
];
return
$_
[
0
];
};
});
}
...
...
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