diff options
| -rw-r--r-- | views/controls/reader/about-room.ejs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/controls/reader/about-room.ejs b/views/controls/reader/about-room.ejs index 60ac46e..7338f48 100644 --- a/views/controls/reader/about-room.ejs +++ b/views/controls/reader/about-room.ejs @@ -3,7 +3,9 @@ [[- name ]], <a href="[[- authorlink ]]">[[- author ]]</a> </h1> + [[ if (description) { ]] <span class="txt">[[- description ]]</span> + [[ } ]] <h2> Last modified [[- date ]] [[ if (canEdit) { ]] |
