Mercurial > bottledash
changeset 44:b47fc5eb9e01
Fix HTML syntax in template
author | Gernot Schulz <gernot@intevation.de> |
---|---|
date | Sun, 31 Jan 2016 15:22:52 +0100 |
parents | 2e2981af7d2d |
children | 8449509b7f6f |
files | views/bottledash_view.tpl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/views/bottledash_view.tpl Sun Jan 31 15:21:18 2016 +0100 +++ b/views/bottledash_view.tpl Sun Jan 31 15:22:52 2016 +0100 @@ -205,7 +205,7 @@ end %> - <div class = "tile {{type}} {{status}}" id = {{uid}} style = {{add_style}}> + <div class = "tile {{type}} {{status}}" id = "{{uid}}" style = "{{add_style}}"> {{!tile_content}} </div>