Changeset 6793 for CKEditor/trunk
- Timestamp:
- 04/28/11 13:54:37 (2 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_samples/assets/_posteddata.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r6761 r6793 45 45 Fixed issues:</p> 46 46 <ul> 47 <li>Added protection against XSS attacks in PHP samples when displaying element names.</li> 47 48 <li><a href="http://dev.ckeditor.com/ticket/7347">#7347</a> : The ENTER key will not any more be caught by the dialog cover element.</li> 48 49 <li><a href="http://dev.ckeditor.com/ticket/6718">#6718</a> : Paste from word command dominates over force paste as plain text configuration.</li> -
CKEditor/trunk/_samples/assets/_posteddata.php
r6358 r6793 40 40 ?> 41 41 <tr> 42 <th style="vertical-align: top"><?php echo $sForm?></th>42 <th style="vertical-align: top"><?php echo htmlspecialchars($sForm); ?></th> 43 43 <td><pre class="samples"><?php echo $postedValue?></pre></td> 44 44 </tr>
Note: See TracChangeset
for help on using the changeset viewer.
