Site > Chat > Add HTML entities back again

This commit is contained in:
brunosimon
2017-09-01 23:10:41 +02:00
parent c1af95234d
commit 4e08317a6f
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
</div>
</div>
<div class="infos" v-if="user">
Your nickname is <input class="user-name" :style="`color: ${user.color};`" v-model="userName" @change="onUserNameChange($event)" @keydown="onUserNameKeyDown($event)"/>
Your nickname is <input maxlength="22" class="user-name" :style="`color: ${user.color};`" v-model="userName" @change="onUserNameChange($event)" @keydown="onUserNameKeyDown($event)"/>
</div>
<div class="question" v-if="question">
Question: