diff options
Diffstat (limited to 'views/hootstream')
| -rw-r--r-- | views/hootstream/index.ejs | 1 | ||||
| -rw-r--r-- | views/hootstream/templates.ejs | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/views/hootstream/index.ejs b/views/hootstream/index.ejs index 165e7e7..6a98948 100644 --- a/views/hootstream/index.ejs +++ b/views/hootstream/index.ejs @@ -3,7 +3,6 @@ <div class="bluebox alert"></div> <div id="hootstream"> - <div id="audio"></div> <div id="hootevents"> </div> <% include ./hootform %> diff --git a/views/hootstream/templates.ejs b/views/hootstream/templates.ejs index fc4ace5..972a308 100644 --- a/views/hootstream/templates.ejs +++ b/views/hootstream/templates.ejs @@ -52,7 +52,7 @@ </script> <script class="imageTemplate" type="text/html"> - <div class="image"><a href="{{link}}"><img src="{{link}}"></a><div>{{filename}}</div></div> + <div class="image"><a href="{{link}}"><img src="{{link}}"></a><div class="caption">{{filename}}</div></div> </script> <script class="largeImageTemplate" type="text/html"> |
