aboutsummaryrefslogtreecommitdiff
path: root/templates/longpolling.julius
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-30 16:54:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-30 16:54:38 -0400
commitd1358cc96f2e719a90e2192a24e61c57ce9ed50c (patch)
treee6478af722e087c80de3f9fbe857267ce26c2845 /templates/longpolling.julius
parentb2e359a15d20d2b2b13a1883b451d014ae60db7c (diff)
fix html
Diffstat (limited to 'templates/longpolling.julius')
-rw-r--r--templates/longpolling.julius4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/longpolling.julius b/templates/longpolling.julius
index 76ff94ce3..35205bd04 100644
--- a/templates/longpolling.julius
+++ b/templates/longpolling.julius
@@ -9,8 +9,8 @@ connfails=0;
connfailed=
'<div id="modal" class="modal fade">' +
- ' <div .modal-header>' +
- ' <h3>git-annex has shut down</h2>' +
+ ' <div class="modal-header">' +
+ ' <h3>git-annex has shut down</h3>' +
' </div>' +
' <div class="modal-body">' +
' You can now close this browser window.' +