From 4aa8da23c0e7d04e161b3555acbc017f925f30ed Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Wed, 21 Sep 2016 16:56:40 -0700 Subject: [PATCH] Use name. --- src/lib/annotations/annotations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/annotations/annotations.html b/src/lib/annotations/annotations.html index 596687d891..e6d56d0737 100644 --- a/src/lib/annotations/annotations.html +++ b/src/lib/annotations/annotations.html @@ -279,7 +279,7 @@ } var name = slot.getAttribute('name'); if (name) { - content.setAttribute('select', '[slot=\'' + attr.value + '\']'); + content.setAttribute('select', '[slot=\'' + name + '\']'); } else { content.setAttribute('select', ':not([slot])'); }