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
limbra
limbra
Commits
b832483f
Commit
b832483f
authored
May 10, 2017
by
LE GAC Renaud
Browse files
Update index.bib to fix a missing reference.
parent
dc7ea3a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
views/lists/index.bib
views/lists/index.bib
+2
-1
No files found.
views/lists/index.bib
View file @
b832483f
...
...
@@ -8,6 +8,7 @@
#
#------------------------------------------------------------------
import textwrap
from plugin_dbui import UNDEF
# converters
ENTRIES = {
...
...
@@ -43,7 +44,7 @@
# function to write the field and its value
def write_field(key, value):
if not value or value ==
undef
:
if not value or value ==
UNDEF
:
return
field = FIELD % (key, value)
...
...
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