summary refs log tree commit diff
path: root/webclient/room/room.html
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-09-04 11:19:28 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-09-04 13:43:48 +0200
commit7346ea85c08d0153644398be8d271169351b0c57 (patch)
treede83a64605e54a652db3520c15f6e51600def7d6 /webclient/room/room.html
parentRe-apply fixes to the link-email screen to make it work again (in a somewhat ... (diff)
downloadsynapse-7346ea85c08d0153644398be8d271169351b0c57.tar.xz
Moved mRoomName filter into matrix-filter.js, a place for all generic filters using Matrix data.
Diffstat (limited to '')
-rw-r--r--webclient/room/room.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/room/room.html b/webclient/room/room.html

index 6732a7b3ae..493884f601 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html
@@ -3,7 +3,7 @@ <div id="roomHeader"> <a href ng-click="goToPage('/')"><img src="img/logo-small.png" width="100" height="43" alt="[matrix]"/></a> <div id="roomName"> - {{ room_id | roomName }} + {{ room_id | mRoomName }} </div> </div>