Skip to content

Commit a9ad2e1

Browse files
committed
config-ip-filter: Fix bad quotes in template comments.
1 parent 997e69d commit a9ad2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/app/assets/templates/_default.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"_comments": [ "/// NetCreate Template File ///",
44
"/// RELEASE NOTES: As of 8/13/2020, a 'type' specification needs to added to each ///",
55
"/// nodePrompt and edgePrompt for filters to work. Valid types are: ///",
6-
"/// "string", "number", "select", and "node". The "node" type is only valid for ///",
7-
"/// "source" and "target" objects for edges. ///",
6+
"/// 'string', 'number', 'select', and 'node'. The 'node' type is only valid for ///",
7+
"/// 'source' and 'target' objects for edges. ///",
88
"/// RELEASE NOTES: As of 8/7/2020, the following functionality is available: ///",
99
"/// * `requireLogin: true` will require users to login to view graphs. If the ///",
1010
"/// parameter is `false` or missing, graphs are public, and login is not required ///",

0 commit comments

Comments
 (0)