Ticket #1593: 1593_2.patch

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

Patch proposal

  • _samples/asp/sampleposteddata.asp

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

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

     
    2121 * Styles used in the samples pages.
    2222 */
    2323
    24 body, td, input, select, textarea
     24body, input, select, textarea
    2525{
    2626        font-size: 12px;
    2727        font-family: Arial, Verdana, Sans-Serif;
     
    4848        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    4949        word-wrap: break-word; /* Internet Explorer 5.5+ */
    5050}
     51td
     52{
     53        font-size: 12px;
     54        font-family: Arial, Verdana, Sans-Serif;
     55        table-layout: width: 100%;
     56       
     57}
     58 No newline at end of file
  • _whatsnew.html

     
    4545        <p>
    4646                Fixed Bugs:</p>
    4747        <ul>
     48                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1593">#1593</a>] Samplepostdata in html,php
     49                        and asp examples will now properly wrap the text.</li>
    4850                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/768">#768</a>] It is no longer possible
    4951                        for an image to have its width and height defined with both HTML attributes and inline CSS
    5052                        styles in IE.</li>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy