local ( downloadable ) manuals are unreadable!?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • #5

    local ( downloadable ) manuals are unreadable!?

    // thats the sample code that i get in the .chm manual. Similar
    problem with the one with thousands // of html files . thats it , its
    not translating '&#60' to '<' etc
    &#60;html&#6 2;
    &#60;head&#6 2;
    &#60;title&#62; PHP Test&#60;/title&#62;
    &#60;/head&#62;
    &#60;body&#6 2;
    &#60;?php echo '&#60;p&#62;Hel lo World&#60;/p&#62;'; ?&#62;
    &#60;/body&#62;
    &#60;/html&#62;

    // this is the result.. oh this obvious for someone learning and
    looking the code above!

    <html>
    <head>
    <title>PHP Test</title>
    </head>
    <body>
    <p>Hello World</p>
    </body>
    </html>

    // does this only happens to me, am i the choosen one

  • #5

    #2
    Re: local ( downloadable ) manuals are unreadable!?

    well, apparently the only downloadable manual that works without this
    "little" bug is the extended one ( .chm )

    On 28 fev, 16:46, "#5" <no5softw...@gm ail.comwrote:
    // thats the sample code that i get in the .chm manual. Similar
    problem with the one with thousands // of html files . thats it , its
    not translating '&#60' to '<' etc
    &#60;html&#6 2;
    &#60;head&#6 2;
    &#60;title&#62; PHP Test&#60;/title&#62;
    &#60;/head&#62;
    &#60;body&#6 2;
    &#60;?php echo '&#60;p&#62;Hel lo World&#60;/p&#62;'; ?&#62;
    &#60;/body&#62;
    &#60;/html&#62;
    >
    // this is the result.. oh this obvious for someone learning and
    looking the code above!
    >
    <html>
    <head>
    <title>PHP Test</title>
    </head>
    <body>
    <p>Hello World</p>
    </body>
    </html>
    >
    // does this only happens to me, am i the choosen one

    Comment

    Working...