質問編集履歴
2
「```」とソース間に改行を挿入
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,9 @@
|
|
36
36
|
|
37
37
|
### 該当のソースコード
|
38
38
|
|
39
|
+
```
|
40
|
+
|
39
|
-
|
41
|
+
<form id="form1" runat="server" style="width:300px;">
|
40
42
|
|
41
43
|
<asp:ListView ID="LvwConsultation" runat="server" style=""
|
42
44
|
|
@@ -192,7 +194,9 @@
|
|
192
194
|
|
193
195
|
</EditItemTemplate>
|
194
196
|
|
195
|
-
</asp:ListView>
|
197
|
+
</asp:ListView>
|
198
|
+
|
199
|
+
```
|
196
200
|
|
197
201
|
|
198
202
|
|
1
ソースを「```」で囲みました
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
|
37
37
|
### 該当のソースコード
|
38
38
|
|
39
|
-
<form id="form1" runat="server" style="width:300px;">
|
39
|
+
```<form id="form1" runat="server" style="width:300px;">
|
40
40
|
|
41
41
|
<asp:ListView ID="LvwConsultation" runat="server" style=""
|
42
42
|
|
@@ -192,7 +192,7 @@
|
|
192
192
|
|
193
193
|
</EditItemTemplate>
|
194
194
|
|
195
|
-
</asp:ListView>
|
195
|
+
</asp:ListView>```
|
196
196
|
|
197
197
|
|
198
198
|
|