[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No data after the upgrade



> On Tue, Aug 15, 2006 at 02:19:06PM -0400, Asif Iqbal wrote:
> > After replacing
> > 
> > HOBBITLOGO="<IMG SRC=/hobbit/gifs/qwest_logo.gif width=185 height=77
> > alt='My Company Logo&#8482;' title='My Company Slogan&#8482;'>"
> > 
> > with
> > 
> > HOBBITLOGO=
> > 
> > And now I can see all pages and graphs
> 
> I haven't tried running this through the code, but I *think* the
> hash-sign is the culprit: Hobbit probably drops everything after
> the first hash-sign, assuming the rest of that hobbitserver.cfg
> line is a comment.
> 
> Hmm ... getting that line-parsing code right is darned difficult.

To help Henrik get a rest :) maybe you can/should change from "&#8482;"
to "&trade;"  (without quotes).

I know, HTML 4 says you should/can use &#<number> syntax, but as a
workaround, most of these number syntax have also an alfa syntax.

(http://www.faqs.org/docs/htmltut/characterentities_famsupp_69.html)

Obrigado.
Werner