--- ../SemanticMediaWiki-lng/SMW_DV_Time.php 2009-10-05 14:24:26.000000000 -0400 +++ ./SMW_DV_Time.php 2009-10-05 14:25:49.000000000 -0400 @@ -618,7 +618,7 @@ $this->makePrintoutValue(); SMWOutputs::requireHeadItem(SMW_HEADER_TOOLTIP); return '' . $this->m_caption . '' . - $this->m_gregvalue . ''; + $this->m_gregvalue . (($this->m_jd >= self::HEBREW_EPOCH) ? '
' . $this->m_hvalue : '') . ''; } else { return $this->m_caption; }