Index: native_client_sdk/src/doc/devguide/coding/message-system.rst |
diff --git a/native_client_sdk/src/doc/devguide/coding/message-system.rst b/native_client_sdk/src/doc/devguide/coding/message-system.rst |
index ca7bd4d6377736db7182e977a37eb229973eb526..a0ff02a62b030a5eaf92af81c53781a64cb08178 100644 |
--- a/native_client_sdk/src/doc/devguide/coding/message-system.rst |
+++ b/native_client_sdk/src/doc/devguide/coding/message-system.rst |
@@ -145,7 +145,7 @@ Step 2: From example.js |
} |
// In the index.html we have set up the appropriate divs: |
- <body {{attrs}}> |
Sam Clegg
2013/10/02 19:09:12
Devsite can't handle {{ or }} even within <pre> ta
|
+ <body {attrs}> |
eliben
2013/10/02 19:39:25
I think it's because these are template tags and t
|
<!-- ... --> |
<div id="listener"></div> |
<div id="log"></div> |