ucla-oarc-mobile / mwf

UCLA Mobile Web Framework
http://mwf.ucla.edu
Other
86 stars 25 forks source link

HTML_Decorator::tag->add_inner_front() infinite loop #118

Closed Trott closed 12 years ago

Trott commented 12 years ago

If you send it an empty array, it will never exit because the condition is incorrect in the for loop. It should be >=0, not <=0.