summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/plugins/gr-external-style/gr-external-style.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/plugins/gr-external-style/gr-external-style.html')
-rw-r--r--polygerrit-ui/app/elements/plugins/gr-external-style/gr-external-style.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/polygerrit-ui/app/elements/plugins/gr-external-style/gr-external-style.html b/polygerrit-ui/app/elements/plugins/gr-external-style/gr-external-style.html
index 623d304ac8..a83b2ab7b1 100644
--- a/polygerrit-ui/app/elements/plugins/gr-external-style/gr-external-style.html
+++ b/polygerrit-ui/app/elements/plugins/gr-external-style/gr-external-style.html
@@ -1,4 +1,5 @@
<!--
+@license
Copyright (C) 2017 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -19,7 +20,7 @@ limitations under the License.
<dom-module id="gr-external-style">
<template>
- <content></content>
+ <slot></slot>
</template>
<script src="gr-external-style.js"></script>
</dom-module>