Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gofeminin.de
signature-generator
Commits
543c7d82
Commit
543c7d82
authored
Mar 20, 2017
by
Marco Kellershoff
Browse files
Add <br> tag
parent
858618ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
sig.php
View file @
543c7d82
...
...
@@ -32,7 +32,7 @@ switch ( PORTAL ) {
}
$corp_phone
=
get_post_data_by_key
(
'corp_telephone'
);
$corp_phone
=
(
$corp_phone
==
''
)
?
''
:
'Dienstliche Handynummer: '
.
$corp_phone
;
$corp_phone
=
(
$corp_phone
==
''
)
?
''
:
'Dienstliche Handynummer: '
.
$corp_phone
.
'<br>'
;
$template_contents
=
str_replace
(
array
(
...
...
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