Skip to content

Commit fbd71e6

Browse files
committed
Small improvement after last commit
1 parent f624e4e commit fbd71e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/pages/reference/ID_Lists/Surface_Materials.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ luaTable += `}`;
8282

8383
<h2>Collision surface sounds</h2>
8484
<hr/>
85-
<br/>
8685

8786
<NoteBox type="tip"
8887
>Even though many surfaces have the same sound, they have different physical
@@ -144,7 +143,7 @@ luaTable += `}`;
144143

145144
<section data-pagefind-ignore>
146145
<h2>All materials in a Lua table:</h2>
147-
<hr/><br/>
146+
<hr/>
148147
<Code lang="lua" code={luaTable} />
149148
</section>
150149

0 commit comments

Comments
 (0)