mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
certmanager: Avoid double encoding cert name (#3340)
This commit is contained in:
parent
a0f55d4529
commit
f9d5f415e4
@ -1942,7 +1942,7 @@ $( document ).ready(function() {
|
||||
<?php
|
||||
$i = 0;
|
||||
foreach ($a_cert as $cert) :
|
||||
$name = htmlspecialchars($cert['descr']);
|
||||
$name = $cert['descr'];
|
||||
$purpose = null;
|
||||
|
||||
if (!empty($cert['crt'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user