Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
protokollsystem
proto3
Commits
3a545ec1
Commit
3a545ec1
authored
Mar 21, 2017
by
Robin Sonnabend
Browse files
Mark private parts in the public protocol
/close
#78
parent
9129f4b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser.py
View file @
3a545ec1
...
...
@@ -357,7 +357,8 @@ class Fork(Element):
if
show_private
:
return
content_lines
else
:
return
""
# todo: bessere Formulierung finden
return
"An dieser Stelle fand eine interne Diskussion statt."
else
:
return
"
\n
"
.
join
([
name_line
,
begin_line
,
content_lines
,
end_line
])
elif
render_type
==
RenderType
.
wikitext
:
...
...
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