diff --git a/Documentation/pg-plugin-dev.txt b/Documentation/pg-plugin-dev.txt index 8fb5655214..e5404c703c 100644 --- a/Documentation/pg-plugin-dev.txt +++ b/Documentation/pg-plugin-dev.txt @@ -30,13 +30,15 @@ Here's a recommended starter `myplugin.html`: ``` html - + // Your code here. + }); + + ``` diff --git a/Documentation/pg-plugin-styling.txt b/Documentation/pg-plugin-styling.txt index 301da51c13..c1e398ec66 100644 --- a/Documentation/pg-plugin-styling.txt +++ b/Documentation/pg-plugin-styling.txt @@ -23,13 +23,15 @@ Plugins should provide Style Module, for example: ``` html - + + ``` diff --git a/polygerrit-ui/app/elements/change/gr-change-metadata/test/plugin.html b/polygerrit-ui/app/elements/change/gr-change-metadata/test/plugin.html index d0ed4a1c1e..b3aa98f0ea 100644 --- a/polygerrit-ui/app/elements/change/gr-change-metadata/test/plugin.html +++ b/polygerrit-ui/app/elements/change/gr-change-metadata/test/plugin.html @@ -7,20 +7,22 @@ - + + diff --git a/polygerrit-ui/app/elements/test/plugin.html b/polygerrit-ui/app/elements/test/plugin.html index bd29b9065e..a0d7467d5f 100644 --- a/polygerrit-ui/app/elements/test/plugin.html +++ b/polygerrit-ui/app/elements/test/plugin.html @@ -7,12 +7,14 @@ - +