Skip to content

Commit 830f229

Browse files
committed
Fixed a build error
Maruku did not like that big HTML comment, for some reason.
1 parent c7a80f0 commit 830f229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contribute/bug-reporting-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Scala project tracker is located at:
1010
> [http://issues.scala-lang.org](http://issues.scala-lang.org)
1111
1212

13-
<!--
13+
{% comment %}
1414
WHAT THIS PAGE SHOULD TALK ABOUT:
1515
- tracker
1616
- what's a bug and what's not a bug?
@@ -52,4 +52,4 @@ WHAT THIS PAGE SHOULD TALK ABOUT:
5252
- the commands to trigger the bug
5353
- the expected output
5454
- the actual output
55-
-->
55+
{% endcomment %}

0 commit comments

Comments
 (0)