aboutsummaryrefslogtreecommitdiffstats
path: root/lib/WWW/FairViewer/Utils.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/WWW/FairViewer/Utils.pm')
-rw-r--r--lib/WWW/FairViewer/Utils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WWW/FairViewer/Utils.pm b/lib/WWW/FairViewer/Utils.pm
index 01dde3b..e50bf3f 100644
--- a/lib/WWW/FairViewer/Utils.pm
+++ b/lib/WWW/FairViewer/Utils.pm
@@ -453,7 +453,7 @@ Get description.
sub get_description {
my ($self, $info) = @_;
- my $desc = $info->{descriptionHtml} // '';
+ my $desc = $info->{descriptionHtml} // $info->{description} // '';
require URI::Escape;
require HTML::Entities;