summary refs log tree commit diff
path: root/webclient/room
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-14 13:51:35 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-14 13:51:35 +0200
commitd5033849a5e42e401ddee3faa731a55ad11d11ca (patch)
tree9f33e50986d72673f7fda2c9d987140103a11fb8 /webclient/room
parentDefault error code BAD_PAGINATION for EventStreamErrors (diff)
downloadsynapse-d5033849a5e42e401ddee3faa731a55ad11d11ca.tar.xz
BF: Use ng-src
Diffstat (limited to 'webclient/room')
-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 8fc7d5d360..91e900c678 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html
@@ -35,7 +35,7 @@ <div class="bubble"> {{ msg.content.msgtype === "m.emote" ? ("* " + (members[msg.user_id].displayname || msg.user_id) + " " + msg.content.body) : "" }} {{ msg.content.msgtype === "m.text" ? msg.content.body : "" }} - <img class="image" ng-hide='msg.content.msgtype !== "m.image"' src="{{ msg.content.url }}" alt="{{ msg.content.body }}"/> + <img class="image" ng-hide='msg.content.msgtype !== "m.image"' ng-src="{{ msg.content.url }}" alt="{{ msg.content.body }}"/> </div> </td> <td class="rightBlock">