Commit 8b06a83c0341e71e0e50582d592089506fe22773
1 parent
830b7f40
Exists in
master
and in
39 other branches
Minor div class: '.colab-style' to 'colab-style'
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
colab/proxy/noosfero/templates/proxy/noosfero.html
... | ... | @@ -15,13 +15,13 @@ |
15 | 15 | {% endblock %} |
16 | 16 | |
17 | 17 | {% block navbar %} |
18 | -<div class=".colab-style"> | |
18 | +<div class="colab-style"> | |
19 | 19 | {{ block.super }} |
20 | 20 | </div> |
21 | 21 | {% endblock %} |
22 | 22 | |
23 | 23 | {% block footer %} |
24 | -<div class=".colab-style"> | |
24 | +<div class="colab-style"> | |
25 | 25 | {{ block.super }} |
26 | 26 | </div> |
27 | 27 | {% endblock %} | ... | ... |