mirror of
https://github.com/Screenly/Anthias.git
synced 2026-03-08 18:00:02 -04:00
Fix spaces in player name
Hopefully fixes https://github.com/Screenly/screenly-ose/issues/775 (could it be that easy?)
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
<div class="control-group">
|
||||
<label class="control-label">Player name</label>
|
||||
<div class="controls">
|
||||
<input class="span4" name="player_name" type="text" value={{context.player_name}}>
|
||||
<input class="span4" name="player_name" type="text" value="{{context.player_name}}">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user