diff --git a/archive/index.html b/archive/index.html
new file mode 100644
index 0000000..1af3588
--- /dev/null
+++ b/archive/index.html
@@ -0,0 +1,63 @@
+
+
+
+
+ Archive
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/index.html b/index.html
index 9e4d3b7..3f2a9e1 100644
--- a/index.html
+++ b/index.html
@@ -116,7 +116,7 @@
var firepad = Firepad.fromACE(firepadRef, editor);
firepad.on('ready', function() {
if (editor.getValue() === "") {
- session.setValue("Interview " + today() + " \n");
+ session.setValue("Interview " + today() + "\n");
}
document.getElementById("firepad-container").style.visibility = "visible";
});