Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
awstats
Commits
7ff353bf5bab
Commit
fbed175a
authored
Oct 08, 2012
by
Arthur Lutz
Browse files
[typo] close h2 tag
parent
84fd9f008af5
Changes
1
Hide whitespace changes
Inline
Side-by-side
views/primary.py
View file @
7ff353bf
...
...
@@ -119,5 +119,5 @@ class StatGraph(EntityView):
self
.
w
(
self
.
_cw
.
view
(
'plot'
,
rset
,
'null'
))
plot_displayed
=
True
if
not
plot_displayed
:
self
.
w
(
u
'<h2>%s<h2>'
%
_
(
'No stats yet'
))
self
.
w
(
u
'<h2>%s<
/
h2>'
%
_
(
'No stats yet'
))
self
.
w
(
u
'</div>'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment