diff --git a/static/directives/header-bar.html b/static/directives/header-bar.html
index 78159b7ae..716a5556f 100644
--- a/static/directives/header-bar.html
+++ b/static/directives/header-bar.html
@@ -15,7 +15,7 @@
diff --git a/static/js/app.js b/static/js/app.js
index bd74f5a69..23fb69e7f 100644
--- a/static/js/app.js
+++ b/static/js/app.js
@@ -2547,7 +2547,7 @@ quayApp.directive('buildLogCommand', function () {
return title;
}
- return '
' + title + '';
+ return '
' + title + '';
}
};