Ticket #1593: 1593.patch

File 1593.patch, 2.0 KB (added by Wojciech Olchawa, 16 years ago)

Patch proposal

  • _samples/asp/sampleposteddata.asp

     
    4545                        %>
    4646                        <tr>
    4747                                <td valign="top" nowrap><b><%=sForm%></b></td>
    48                                 <td width="100%" style="white-space:pre"><%=Server.HTMLEncode( Request.Form(sForm) )%></td>
     48                                <td width="100%"><%=Server.HTMLEncode( Request.Form(sForm) )%></td>
    4949                        </tr>
    5050                        <% Next %>
    5151                </table>
  • _samples/html/sampleposteddata.asp

     
    4949                                        <%=sForm%>
    5050                                </b>
    5151                        </td>
    52                         <td style="width: 100%;">
    53                                 <pre><%=ModifyForOutput( Request.Form(sForm) )%></pre>
     52                        <td>
     53                                <%=ModifyForOutput( Request.Form(sForm) )%>
    5454                        </td>
    5555                </tr>
    5656                <% Next %>
  • _samples/php/sampleposteddata.php

     
    5656?>
    5757                        <tr>
    5858                                <td valign="top" nowrap><b><?=$sForm?></b></td>
    59                                 <td width="100%" style="white-space:pre"><?=$postedValue?></td>
     59                                <td width="100%"><?=$postedValue?></td>
    6060                        </tr>
    6161<?php
    6262}
  • _whatsnew.html

     
    5555                        issue with resolving paths on Windows servers with PHP 5.2.4/5.2.5.</li>
    5656                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#2059</a>] Fixed the error in the
    5757                        toolbar name in fckeditor.py.</li>
     58                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#1593</a>] Samplepostdata in html,php
     59                        and asp examples will now properly wrap the text.</li>
    5860        </ul>
    5961        <h3>
    6062                Version 2.6</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy