diff --git a/docs/css-selectors.adoc b/docs/css-selectors.adoc index f3526f83fa..01b7bcf9d8 100644 --- a/docs/css-selectors.adoc +++ b/docs/css-selectors.adoc @@ -282,8 +282,8 @@ Lift node rule: `^^`:: _first_ element that matches the selector, and that it lifts it all the way to the root of the `NodeSeq` being transformed. For example, `".admin-user ^^" #> "ignored"`, when applied to the - markup `
...
-
...
`, will + markup `
...
+
...
`, will produce `
...
`. This is useful for selecting among a set of template elements based on some external condition (e.g., one template for one type of user, another template for another type of