Author: lindner
Date: Thu May 27 08:49:37 2010
New Revision: 948735

URL: http://svn.apache.org/viewvc?rev=948735&view=rev
Log:
SHINDIG-1048 | Patch from Henry Saputra | opensocial-templates container.js has 
comments that, somehow, are getting interpreted

Modified:
    
shindig/trunk/features/src/main/javascript/features/opensocial-templates/container.js

Modified: 
shindig/trunk/features/src/main/javascript/features/opensocial-templates/container.js
URL: 
http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/opensocial-templates/container.js?rev=948735&r1=948734&r2=948735&view=diff
==============================================================================
--- 
shindig/trunk/features/src/main/javascript/features/opensocial-templates/container.js
 (original)
+++ 
shindig/trunk/features/src/main/javascript/features/opensocial-templates/container.js
 Thu May 27 08:49:37 2010
@@ -20,17 +20,17 @@
  * @fileoverview Standard methods invoked by containers to use the template 
API.
  *
  * Sample usage:
- *  <script type="text/os-template" tag="os:Button">
- *    <button onclick="alert('Clicked'); return false;">
- *      <os:renderAll/>
- *    </button>
- *  &lt;/script]
+ *  &lt;script type="text/os-template" tag="os:Button"&gt;
+ *    &lt;button onclick="alert('Clicked'); return false;"&gt;
+ *      &lt;os:renderAll/&gt;
+ *    &lt;/button&gt;
+ *  &lt;/script&gt;
  *
- *  &lt;script type="text/os-template"]
- *    <os:Button>
- *      <div>Click me</div>
- *    </os:Button>
- *  &lt;/script]
+ *  &lt;script type="text/os-template"&gt;
+ *    &lt;os:Button&gt;
+ *      &lt;div&gt;Click me&lt;/div&gt;
+ *    &lt;/os:Button&gt;
+ *  &lt;/script&gt;
  *
  * os.Container.registerDocumentTemplates();
  * os.Container.renderInlineTemplates();


Reply via email to