diff options
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index e73c253d..ac02ba6e 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -4,7 +4,7 @@ <?= $theme->album_top() ?> </div> <h1><?= $item->title_edit ?></h1> - <span class="gUnderState"><?= $item->description_edit ?></span> + <div class="gDescription"><?= $item->description_edit ?></div> </div> <ul id="gAlbumGrid"> |
