aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/Geocache.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/Geocache.java')
-rw-r--r--main/src/cgeo/geocaching/Geocache.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/Geocache.java b/main/src/cgeo/geocaching/Geocache.java
index 8e9485e..67af107 100644
--- a/main/src/cgeo/geocaching/Geocache.java
+++ b/main/src/cgeo/geocaching/Geocache.java
@@ -1682,7 +1682,7 @@ public class Geocache implements IWaypoint {
for (final LogEntry log : getLogs()) {
result.addAll(log.getLogImages());
}
- ImageUtils.addImagesFromHtml(result, getDescription(), geocode);
+ ImageUtils.addImagesFromHtml(result, geocode, getShortDescription(), getDescription());
return result;
}