Repository 'blast2html'
hg clone https://toolshed.g2.bx.psu.edu/repos/jankanis/blast2html

Changeset 72:6ecbfebb9dd9 (2014-06-18)
Previous changeset 71:371cd585e459 (2014-06-18) Next changeset 73:67b1a319c6dc (2014-06-18)
Commit message:
doc changes
modified:
blast2html.py
b
diff -r 371cd585e459 -r 6ecbfebb9dd9 blast2html.py
--- a/blast2html.py Wed Jun 18 14:23:15 2014 +0200
+++ b/blast2html.py Wed Jun 18 14:33:12 2014 +0200
b
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Copyright The Hyve B.V. 2014
-# License: GPL version 3 or higher
+# License: GPL version 3 or (at your option) any higher version
 
 from __future__ import unicode_literals
 
@@ -192,9 +192,11 @@
 
 @filter
 def js_string_escape(value):
-    """Escape javascript string literal escapes. Note that this only works
-    within javascript string literals, not in general javascript
-    snippets."""
+    """
+    Javascript string literal escape. Note that this only escapes data
+    for embedding within javascript string literals, not in general
+    javascript snippets.
+    """
 
     value = str(value)