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