-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Freitag, 12. September 2008 schrieb Patrick McCarty: > My latest doc changes were pushed 27 hours, but I can't see the > changes on your server
Ah, yes, the Spanish docs had one spurious @end itemize, where the list was moved to a different section, but the @end itemize was left in there. This was fixed two hours ago by Neil, so I just started a rebuild of the docs on the server. Thanks for telling me. Apparently my cronjob does not yet tell me when docs compilation fails... > either under /~lilypond/ or under > /~lilypond/texi2html-out/. Since there is no dev/texi2html branch any more, the second is now simply a symlink to the first to keep old posted links working. There is no need any more to check in texi2html-out. Cheers, Reinhold - -- - ------------------------------------------------------------------ Reinhold Kainhofer, Vienna University of Technology, Austria email: [EMAIL PROTECTED], http://reinhold.kainhofer.com/ * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/ * K Desktop Enuot;]<1) { print '<img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" />'; } if($rating["avgrating"]>1&&$rating["avgrating"]<2) { print '<img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" />'; } if($rating["avgrating"]>2&&$rating["avgrating"]<3) { print '<img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" />'; } if($rating["avgrating"]>3&&$rating["avgrating"]<4) { print '<img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" />'; } if($rating["avgrating"]>4&&$rating["avgrating"]<5) { print '<img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_on.gif" alt="1 Star" width="15" height="14" /><img src="img/star_on.gif" alt="1 Star" width="15" height="14" />'; } if(0==$rating["avgrating"]) { print '<img src="img/star_off.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" /><img src="img/star_off.gif" alt="1 Star" width="15" height="14" />'; } } I'm having problems if avgrating is an even .0 decimal. I changed the rating so that it equaled 2.75 and it displayed properly. However, if it's an exact number, it doesn't display. Even if the average equals 0. Why would that be?