diff options
| author | rr- <rr-@sakuya.pl> | 2016-08-27 18:19:42 +0200 |
|---|---|---|
| committer | rr- <rr-@sakuya.pl> | 2016-08-27 22:19:01 +0200 |
| commit | 514c4349e0533d67bea5d7588c68e9ec20e8ad87 (patch) | |
| tree | b6a1a98d2564882860cde47b71ba19df0046714c /client/html/tag.tpl | |
| parent | 702ec3e6fe57744e56ffa1a4423d122a2d8a2a5c (diff) | |
client/css: split into files
Diffstat (limited to 'client/html/tag.tpl')
| -rw-r--r-- | client/html/tag.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/tag.tpl b/client/html/tag.tpl index 97d45d6..52f754d 100644 --- a/client/html/tag.tpl +++ b/client/html/tag.tpl @@ -1,4 +1,4 @@ -<div class='content-wrapper tag'> +<div class='content-wrapper' id='tag'> <h1><%- ctx.tag.names[0] %></h1> <nav class='buttons'><!-- --><ul><!-- |