Blob Blame History Raw
diff -Nru jsilver-1.0.0/src/com/google/clearsilver/jsilver/functions/escape/JsValidateUnquotedLiteral.java jsilver-1.0.0.javascript/src/com/google/clearsilver/jsilver/functions/escape/JsValidateUnquotedLiteral.java
--- jsilver-1.0.0/src/com/google/clearsilver/jsilver/functions/escape/JsValidateUnquotedLiteral.java	2010-08-06 20:33:38.000000000 +0200
+++ jsilver-1.0.0.javascript/src/com/google/clearsilver/jsilver/functions/escape/JsValidateUnquotedLiteral.java	2017-02-07 11:11:12.908862235 +0100
@@ -22,7 +22,7 @@
 
 /**
  * This function will be used to sanitize variables introduced into javascript that are not string
- * literals. e.g. <script> var x = <?cs var: x ?> </script>
+ * literals.
  * 
  * Currently it only accepts boolean and numeric literals. All other values are replaced with a
  * 'null'. This behavior may be extended if required at a later time. This replicates the