Ok, now I've got your attention...  :)

As usually, I arrived home, turned on my computer, did  a svn update,
pytyon setup.py develop, nosetests... all tests run fine...

Then I remembered the TG guys were doing marvelous things with Widget
Browser and I run tg-admin toolbox to see if there was any new
feature...

I almost have a heart attack [1]... 1264 warnings... all in one page... !!
(see attached picture)

There were hundreds of :

 - Warning: missing <dd>
 - Warning: missing </span> before <dd>
 - Warning: inserting implicit <span>
 - Warning: discarding unexpected </span>

I really though I wouldn't survive to see TG 1.0 ready...  :)

Hopefully, I found the problem.. in widgets.kid, there was a

    <span strip="True" py:for="param_name in widgetdesc.for_widget.params">

which should be changed to:

    <span py:strip="True" py:for="param_name in widgetdesc.for_widget.params">
or
    <span py:strip="1" py:for="param_name in widgetdesc.for_widget.params">


Ok, seriously, I preferred to not reopen #768 just because of 3
bytes... But I had to be sure to get your attention to this little
typo....  :)


Alberto, I hope you liked the joke... You are doing a marvelous work
with TG...   :)

Cheers

Roger


PS: For those not understanding why I mentioned Alberto, I run to svn
to seek out who almost killed me... and I found that r1440 [2]...    
:)


[1] - http://en.wikipedia.org/wiki/Myocardial_infarction
[2] - http://trac.turbogears.org/turbogears/changeset/1440


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---

<<attachment: warnings.jpg>>

Reply via email to