diff options
| author | ctrlaltca <> | 2012-06-25 15:24:58 +0000 | 
|---|---|---|
| committer | ctrlaltca <> | 2012-06-25 15:24:58 +0000 | 
| commit | f44ca8c02c74cdf74f72723492af7db47597b2b4 (patch) | |
| tree | d4efcaad5cdd3771ddf401b060056ca02d8c2b41 /demos/quickstart/protected/pages/Controls | |
| parent | d57d98bdab42a5054424fde9681eecbc4f3adb03 (diff) | |
Beter example from TSafeHtml's utf7 repacking routine
Diffstat (limited to 'demos/quickstart/protected/pages/Controls')
| -rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page index bf5947f9..9beb8bd1 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page @@ -24,7 +24,7 @@ Safeguard the control rendering results:  Safeguard and UTF-7 string:
  </td><td class="sampleaction">
  <com:TSafeHtml RepackUTF7="true" >
 -  <com:TLiteral Text="+ADw-script+AD4-alert(document.location)+ADw-/script+AD4-" />
 +  <com:TLiteral Text="There's a UTF-7 encoded javascript block between here and+ADw-script+AD4-alert(document.location)+ADw-/script+AD4- here" />
  </com:TSafeHtml>
  </td></tr>
 | 
