octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #45396] NEWS displayed in Qt GUI omits items w


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #45396] NEWS displayed in Qt GUI omits items which look like HTML
Date: Wed, 24 Jun 2015 19:37:59 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #12, bug #45396 (project octave):

Instead of <pre>...</pre>, I've tried


              news.prepend ("<![CDATA[");
              news.append ("]]>");


and


              news.prepend ("<script><![CDATA[");
              news.append ("]]></script>");


in the Qt interpreter.  Neither seem to work.  The former prints out the
<![CDATA[ text and the latter produces a blank page.  What am I missing?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45396>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]