From 2f4233a52da71536f67ccbd51d1649cb322d65e6 Mon Sep 17 00:00:00 2001 From: deekim Date: Tue, 10 Oct 2017 19:05:27 -0400 Subject: [PATCH] fixup! pup: add page --- pages/common/pup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/pup.md b/pages/common/pup.md index 446f0168b..551fb45dc 100644 --- a/pages/common/pup.md +++ b/pages/common/pup.md @@ -16,7 +16,7 @@ - Filter HTML by attribute value: -`cat {{index.html}} | pup '{{input[type="text"}}]'` +`cat {{index.html}} | pup '{{input[type="text"]}}'` - Print all text from the filtered HTML elements and their children: