Add missing forward slash, closes #1405
This commit is contained in:
parent
edeebc4c61
commit
fbe3121d2d
|
@ -175,7 +175,7 @@ We'll use this a bunch in this chapter as we teach how the various rvest functio
|
|||
|
||||
```{r}
|
||||
html <- minimal_html("
|
||||
<p>This is a paragraph<p>
|
||||
<p>This is a paragraph</p>
|
||||
<ul>
|
||||
<li>This is a bulleted list</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue