diff --git a/html5/css/style.css b/html5/css/style.css
index 08d30e667..ba15e8364 100644
--- a/html5/css/style.css
+++ b/html5/css/style.css
@@ -149,7 +149,7 @@ hr {
@font-face {
font-family: pixel;
- src: url("./fonts/pixel.otf");
+ src: url(".././fonts/pixel.otf");
font-size-adjust: inherit;
}
diff --git a/html5/js/modals.js b/html5/js/modals.js
index 311e0db95..af4f20092 100644
--- a/html5/js/modals.js
+++ b/html5/js/modals.js
@@ -94,7 +94,7 @@ function showPrepareChaosReportModal(checkbox) {
setModalState(true);
});
$('#prepareChaosReportModal').modal('show');
- $("#chaosReportHeader").text("Select Ingress - Namespace:" + namespace);
+ $("#chaosReportHeader").text("Select Ingress - Namespace:" + globalState.get('namespace'));
setCodeNameToTextInput("chaosReportAuthor");
setCodeNameToTextInput("chaosReportProject");
setModalState(true);