Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
mahara
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mahara
mahara
Commits
e63354ba
Commit
e63354ba
authored
Aug 18, 2009
by
Richard Mansfield
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't wrap whitespace in public key
parent
f7cb9c7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
htdocs/admin/site/networking.php
htdocs/admin/site/networking.php
+1
-1
No files found.
htdocs/admin/site/networking.php
View file @
e63354ba
...
...
@@ -72,7 +72,7 @@ $networkingform = pieform(
'type'
=>
'html'
,
'title'
=>
get_string
(
'publickey'
,
'admin'
),
'description'
=>
get_string
(
'publickeydescription2'
,
'admin'
,
365
),
'value'
=>
'<pre style="font-size: 0.7em">'
.
$openssl
->
certificate
.
'</pre>'
'value'
=>
'<pre style="font-size: 0.7em
; white-space: pre;
">'
.
$openssl
->
certificate
.
'</pre>'
),
'expires'
=>
array
(
'type'
=>
'html'
,
...
...
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