Skip to content

Commit 0e4824c

Browse files
committed
Docs: Fix classifier in install shortcode
1 parent 523fe29 commit 0e4824c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/layouts/shortcodes/install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
<dependency>
6161
<groupId>org.mongodb</groupId>
6262
<artifactId>{{$artifactId}}</artifactId>
63-
<version>{{$version}}</version>{{- if $classifier -}}
64-
<classifier>{{$classifier}}</classifier>{{- end -}}
63+
&lt;version&gt;{{$version}}&lt;/version&gt;{{- if $classifier }}
64+
&lt;classifier&gt;{{$classifier}}&lt;/classifier&gt;{{- end }}
6565
&lt;/dependency&gt;
6666
&lt;/dependencies&gt;
6767

0 commit comments

Comments
 (0)