Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
e47aae47
Commit
e47aae47
authored
Feb 23, 2014
by
Davis King
Browse files
Fixed missing comma in python example program lists
parent
f72305b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/docs/stylesheet.xsl
docs/docs/stylesheet.xsl
+1
-1
No files found.
docs/docs/stylesheet.xsl
View file @
e47aae47
...
...
@@ -649,7 +649,7 @@ function BigToggle(node)
<xsl:variable
name=
"name"
select=
"substring-before(.,'.html')"
/>
<xsl:if
test=
"$fname != ''"
>
<xsl:choose>
<xsl:when
test=
"position() >= last()
-$numcpp
"
>
<xsl:when
test=
"position() >= last()"
>
<a
href=
"{.}"
><xsl:value-of
select=
"$name"
/></a>
</xsl:when>
<xsl:otherwise>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment