Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Discuss Data Project
Discuss Data
Commits
33537a04
Commit
33537a04
authored
Jul 17, 2020
by
hynek
🤤
Browse files
fix(templates/nav_top): fix syntax error on an empty <span>
was <span... />; is now <span...></span>
parent
4e4a94cc
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
discuss_data/templates/landingpage/nav_top_landing_page.html
View file @
33537a04
...
...
@@ -4,7 +4,7 @@
<a
class=
"navbar-brand px-3"
href=
"{% url 'core.landing_page' %}"
><img
class=
"navbar-logo"
src=
"{% static 'images/logo-primary-inverted.svg' %}"
/></a>
<button
class=
"navbar-toggler navbar-toggler-right"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarSupportedContent"
aria-controls=
"navbarSupportedContent"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
/
>
<span
class=
"navbar-toggler-icon"
></span
>
</button>
<div
class=
"collapse navbar-collapse"
id=
"navbarSupportedContent"
>
...
...
discuss_data/templates/nav-top.html
View file @
33537a04
...
...
@@ -4,7 +4,7 @@
<a
class=
"navbar-brand px-3"
href=
"{% url 'core.landing_page' %}"
><img
class=
"navbar-logo"
src=
"{% static 'images/logo-primary.svg' %}"
/></a>
<button
class=
"navbar-toggler navbar-toggler-right"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarSupportedContent"
aria-controls=
"navbarSupportedContent"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
/
>
<span
class=
"navbar-toggler-icon"
></span
>
</button>
<div
class=
"collapse navbar-collapse"
id=
"navbarSupportedContent"
>
...
...
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