Skip to content

Commit ae5e36c

Browse files
committed
test2
1 parent a46fd9e commit ae5e36c

File tree

1 file changed

+4
-8
lines changed
  • files/en-us/web/html/element/summary

1 file changed

+4
-8
lines changed

files/en-us/web/html/element/summary/index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,25 +161,21 @@ The CSS includes the `[open]` [attribute selector](/en-US/docs/Web/CSS/Attribute
161161
<h1>Quotes from Helen Keller</h1>
162162
<summary>On women's rights</summary>
163163
<p>
164-
<q
165-
>We have prayed, we have coaxed, we have begged, for the vote, with the
164+
<q>We have prayed, we have coaxed, we have begged, for the vote, with the
166165
hope that men, out of chivalry, would bestow equal rights upon women and
167166
take them into partnership in the affairs of the state. We hoped that
168167
their common sense would triumph over prejudices and stupidity. We thought
169168
their boasted sense of justice would overcome the errors that so often
170169
fetter the human spirit; but we have gone away empty-handed. We shall beg
171-
no more.</q
172-
>
170+
no more.</q>
173171
</p>
174172
</details>
175173

176174
<details>
177175
<summary>On optimism</summary>
178176
<p>
179-
<q
180-
>Optimism is the faith that leads to achievement; nothing can be done
181-
without hope.</q
182-
>
177+
<q>Optimism is the faith that leads to achievement; nothing can be done
178+
without hope.</q>
183179
</p>
184180
</details>
185181
```

0 commit comments

Comments
 (0)