_coder_review_style_xhtml_warning

Versions
mediamosa-21
_coder_review_style_xhtml_warning()

Code

sites/all/modules/coder/coder_review/includes/coder_review_style.inc, line 246

<?php
function _coder_review_style_xhtml_warning() {
  return t('use lowercase html tags to comply with <a href="@xhtml">XHTML</a>',
    array(
      '@xhtml' => 'http://www.w3.org/TR/xhtml1/#h-4.2',
    )
  );
}
?>