Skip to content

Commit d24203b

Browse files
committed
Refactor RazorPagesTestSample Index.cshtml to fix formatting of the "Add a message" panel title
1 parent 7860c95 commit d24203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application/src/RazorPagesTestSample/Pages/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<form method="post">
1313
<div class="panel panel-default">
1414
<div class="panel-heading">
15-
<h3 class="panel-title">Add a message</h3>
15+
<h3 class="panel-title">Add a message </h3>
1616
</div>
1717
<div class="panel-body">
1818
<div class="form-group">

0 commit comments

Comments
 (0)