Ticket #1593: 1593.patch
File 1593.patch, 2.0 KB (added by , 17 years ago) |
---|
-
_samples/asp/sampleposteddata.asp
45 45 %> 46 46 <tr> 47 47 <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> 49 49 </tr> 50 50 <% Next %> 51 51 </table> -
_samples/html/sampleposteddata.asp
49 49 <%=sForm%> 50 50 </b> 51 51 </td> 52 <td style="width: 100%;">53 < pre><%=ModifyForOutput( Request.Form(sForm) )%></pre>52 <td> 53 <%=ModifyForOutput( Request.Form(sForm) )%> 54 54 </td> 55 55 </tr> 56 56 <% Next %> -
_samples/php/sampleposteddata.php
56 56 ?> 57 57 <tr> 58 58 <td valign="top" nowrap><b><?=$sForm?></b></td> 59 <td width="100%" style="white-space:pre"><?=$postedValue?></td>59 <td width="100%"><?=$postedValue?></td> 60 60 </tr> 61 61 <?php 62 62 } -
_whatsnew.html
55 55 issue with resolving paths on Windows servers with PHP 5.2.4/5.2.5.</li> 56 56 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#2059</a>] Fixed the error in the 57 57 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> 58 60 </ul> 59 61 <h3> 60 62 Version 2.6</h3>