Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
a50cf55e
Commit
a50cf55e
authored
Jul 23, 2019
by
jlopez
Browse files
Merge branch 'develop' into 'master'
Develop See merge request
!10
parents
141e8959
d37f4a23
Pipeline
#211
failed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
a50cf55e
...
...
@@ -191,7 +191,7 @@ require_once "./inc/php/buildHeader.php";
}
echo
'</td>'
;
echo
'<td>'
.
$config
->
description
.
'</td>'
;
echo
'<td><textarea class="form-control" rows="5">'
.
$config
->
value
.
'</textarea></td>'
;
echo
'<td><textarea class="form-control" rows="5"
readonly
>'
.
$config
->
value
.
'</textarea></td>'
;
echo
'</tr>'
;
}
?>
...
...
Write
Preview
Supports
Markdown
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