= Creating TH for header rows = == Description == Creating a TH tag for the header tags in table output. == What to override == Look for the following code in content.xsl: {{{ }}} Replace with: {{{ th td }}} You would normally see the closing tag, but since we are create extra XSL code you will close the element by using this tag