Revision: 3719
Author: mikesamuel
Date: Thu Sep 10 09:56:26 2009
Log: Edited wiki page through web user interface. Added tags to make sure
that wiki code highlighter uses the HTML version.
http://code.google.com/p/google-caja/source/detail?r=3719
Modified:
/wiki/UrlFetchingSideChannel.wiki
=======================================
--- /wiki/UrlFetchingSideChannel.wiki Mon Aug 31 11:12:03 2009
+++ /wiki/UrlFetchingSideChannel.wiki Thu Sep 10 09:56:26 2009
@@ -66,7 +66,7 @@
==Example==
{{{
-Host found: <div id="host"></div>
+<div>Host found: <div id="host"></div>
<script type="text/javascript">
var host_found=false;
function notify() {
@@ -79,5 +79,5 @@
<img src="http://print" onload="notify()" onerror="notify()">
<script>
setTimeout(displayMessage, 5000);
-</script>
+</script></div>
}}}