Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
w2pext
plugin_dbui
Commits
4eeadc9d
Commit
4eeadc9d
authored
Nov 30, 2016
by
LE GAC Renaud
Browse files
Update the view for documentations_list to fix typo.
parent
05c20127
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
views/plugin_dbui/documentations_list.html
views/plugin_dbui/documentations_list.html
+2
-2
No files found.
views/plugin_dbui/documentations_list.html
View file @
4eeadc9d
...
...
@@ -42,10 +42,10 @@
pass
if a1 is not None and a2 is not None:
rwrite(LI(T("User guides
)
", "(", a1, a2, ")", _class="dbui-p"))
)
rwrite(LI(T("User guides"
)
, "
(", a1,
", ",
a2, ")", _class="dbui-p"))
elif a1 is not None:
rwrite(LI(T("User guides
)
", "(", a1, ")", _class="dbui-p"))
)
rwrite(LI(T("User guides"
)
, "
(", a1, ")", _class="dbui-p"))
pass
#.....................................................................
...
...
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