function genViewRowValue(&$aInput)
 {
     $s = parent::genViewRowValue($aInput);
     if ($this->_oMetatagsObject && in_array($aInput['name'], $this->_aMetatagsFieldsWithKeywords)) {
         $s = $this->_oMetatagsObject->keywordsParse($this->_oMetatagsContentId, $s);
     }
     return $s;
 }