• Welcome to the new forum! We upgraded our forum software with a host of new boards, capabilities and features. It is also more secure.
    Jump in and join the conversation! You can learn more about the upgrade and new features here.

html custom reports duplicate subheading

adam01

Brewer
Joined
Sep 8, 2010
Messages
43
Reaction score
0
I'm trying to write a custom report. I found the html format for the reports (it does not show in the selection box -
you have to manually scroll down through the list (only one shows - the text one).
When this is done, I get reports like this:

    Ingredients
    Mash Ingredients
  -----------------------

My report looks like this:
<pre>
<div class="minorheader"><span>Ingredients</span></div>
<div>
$MASH_INGREDIENTS $STEEP_INGREDIENTS
        </div>
</pre>

Question is, why does $MASH_INGREDIENTS expand to include a subheading title ? The text format doesn't do this.
It is nice to be able to format the title of the section, thus I'd like to see this not included in the html versions.




 
Back
Top