$NetBSD$

Fix double-quotes position.

--- ./lib/ansible/modules/core/windows/win_template.py.orig	2015-06-25 20:39:14.000000000 +0000
+++ ./lib/ansible/modules/core/windows/win_template.py
@@ -34,10 +34,10 @@ options:
 notes:
   - "templates are loaded with C(trim_blocks=True)."
   - By default, windows line endings are not created in the generated file.
-  - In order to ensure windows line endings are in the generated file,
+  - "In order to ensure windows line endings are in the generated file,
     add the following header as the first line of your template:
-    "#jinja2: newline_sequence:'\r\n'"
-    and ensure each line of the template ends with \r\n
+    #jinja2: newline_sequence:'\r\n'
+    and ensure each line of the template ends with \r\n"
   - Beware fetching files from windows machines when creating templates
     because certain tools, such as Powershell ISE,  and regedit's export facility
     add a Byte Order Mark as the first character of the file, which can cause tracebacks.  
