Forum OpenACS Q&A: Formatting Error in News Package?

Collapse
Posted by defunct defunct on
Don't know if its supposed to be there (its really minor) but at the
bottom of item.tcl the following line

    set publish_title {}

Means that its not therefore set in the item.adp page.
Is this intentional?

Collapse
Posted by Robert Locke on
I don't have access to CVS right now, so I can't grab the head.  But I'm not seeing that at all in my 4.5 release.
Collapse
Posted by Jeff Davis on
Simon, it was intentional.  The problem was that you would end up
with the title on the page twice.  once from the master, and once
from the news.adp include and it looked silly.  It should not have been set
to null in the tcl though, rather it should just not have been passed
from item.adp to news.adp.  I will change it.