diff --git a/htroot/HostBrowser.java b/htroot/HostBrowser.java index 9e6b5bd5f..fcd674b8d 100644 --- a/htroot/HostBrowser.java +++ b/htroot/HostBrowser.java @@ -625,7 +625,7 @@ public class HostBrowser { } if (sbe.length() > 0) sbe.insert(0, "
external referrer:
"); return - (this.crawldepth >= 0 ? ", crawldepth: " + this.crawldepth : "") + + (this.crawldepth >= 0 ? "crawldepth: " + this.crawldepth : "") + (this.cr_c != null ? ", cr=" + (Math.round(this.cr_c * 1000.0d) / 1000.0d) : "") + (this.cr_n != null ? ", crn=" + this.cr_n : "") + (this.references >= 0 ? ", refs: " + this.references_exthosts + " hosts, " + this.references_external + " ext, " + this.references_internal + " int" + sbi.toString() + sbe.toString() : "");