diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/controls/reader/about-room.ejs | 2 | ||||
| -rw-r--r-- | views/controls/reader/media-player.ejs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/reader/about-room.ejs b/views/controls/reader/about-room.ejs index 7e02e93..2bd3f0c 100644 --- a/views/controls/reader/about-room.ejs +++ b/views/controls/reader/about-room.ejs @@ -4,7 +4,7 @@ <a href="[[- authorlink ]]" class="authorName">[[- author ]]</a> </h1> [[ if (description) { ]] - <span class="txt">[[- description ]]</span> + <span class="txt description">[[- description ]]</span> [[ } ]] <span class="txt">Last modified [[- date ]]</span> diff --git a/views/controls/reader/media-player.ejs b/views/controls/reader/media-player.ejs index 0ca89c5..9872592 100644 --- a/views/controls/reader/media-player.ejs +++ b/views/controls/reader/media-player.ejs @@ -13,7 +13,7 @@ <span class="name"></span> <div class="author"></div> - <div class="description"></div> + <div class="txt description"></div> <div class="dimensions"></div> </div> |
