summary refs log tree commit diff
path: root/webclient
diff options
context:
space:
mode:
authorDavid Baker <dbkr@matrix.org>2014-09-01 16:22:57 +0100
committerDavid Baker <dbkr@matrix.org>2014-09-01 16:23:13 +0100
commitb9172b982f6359debd867557028e9df12bf3fe71 (patch)
treebf5344a365f007b08df28b7d2e308c693f684162 /webclient
parentBump a user's presence last_active time every time they send a message to a room (diff)
downloadsynapse-b9172b982f6359debd867557028e9df12bf3fe71.tar.xz
missing semicolon
Diffstat (limited to 'webclient')
-rw-r--r--webclient/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/index.html b/webclient/index.html
index 3c31a8a051..bf24e392ac 100644
--- a/webclient/index.html
+++ b/webclient/index.html
@@ -56,7 +56,7 @@
 
     <div id="footer" ng-hide="location.indexOf('/room') == 0">
         <div id="footerContent">
-            &copy 2014 Matrix.org
+            &copy; 2014 Matrix.org
         </div>
     </div>
 </body>