• Output error

    By Bastian Wieczorek 2 decades ago

    when I try to use this DB I always got:



    ————–

    Translate

    Help

    ——————



    instead of my translated text.

    • fixed?!?!

      By Bastian Wieczorek 2 decades ago

      Hi,



      I changed:

              String searchTagBegin = &quot;&lt;div id=result_box dir=ltr&gt;&quot;;<br/>
      

      to :


              String searchTagBegin = &quot;&lt;div id=result_box dir=\&quot;ltr\&quot;&gt;&quot;;<br/>
      



      in my code and it works again…