diff --git a/static/js/app.js b/static/js/app.js index fe1719449..e2f3394ce 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -4343,7 +4343,7 @@ quayApp.directive('dockerfileView', function () { } var lineInfo = { - 'text': UtilService.textToSafeHtml(line), + 'text': line, 'kind': kind }; $scope.lines.push(lineInfo);