View Single Post
No!No!No!Yes!'s Avatar
Posts: 700 | Thanked: 846 times | Joined on Nov 2009
#1346
Originally Posted by moudy91 View Post
hey guys the qbw is giving me this error when i want to ussdquery.py *220#

QBW Warning! Possible Pango Markup Language inconsistent/unterminated Tag!

that's because the result of ussdquery.py contains the (&) character, how can this be fixed ??

i saw it in http://wiki.maemo.org/Queen_BeeCon_W...minated_Tag.21

how can i fix it please.
Have you already tried replacing it with escaped sequence piping through sed the output of the command?

PHP Code:
Nokia-N900-51-1:~# echo "pippo & pluto" | sed "s/&/&/g"
pippo &amppluto
Nokia
-N900-51-1:~
__________________
Have a look at Queen BeeCon Widget (WIKI) Customizable and flexible widget-based multi-instance monitoring, alerting and interactive tool for the N900
Please provide comments and feedback for having QBW supported and enhanced further - (DONATE) - v1.3.3devel / v1.3.3testing / v1.3.3extras
 

The Following User Says Thank You to No!No!No!Yes! For This Useful Post: