]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/TokenRow.java
Fixed text color of normal text.
[Dictionary.git] / src / com / hughes / android / dictionary / engine / TokenRow.java
index 96842e985bda925558f8451661f0fb1bff9f22d0..86d4f7e75dffad7dfa44b64ed15f74ff7519c8df 100644 (file)
@@ -64,7 +64,7 @@ public class TokenRow extends RowBase {
     final String surrounder = hasMainEntry ? "***" : "===";
     out.println(surrounder + getToken() + surrounder);
     for (final HtmlEntry htmlEntry : index.sortedIndexEntries.get(referenceIndex).htmlEntries) {
-        out.println("HtmlEntry: " + htmlEntry.title + " <<<" + htmlEntry.html + ">>>");
+        out.println("HtmlEntry: " + htmlEntry.title + " <<<" + htmlEntry.getHtml() + ">>>");
     }
   }