Merge pull request #326 from sxlmnwb/patch-1

update: fix string security_contact
This commit is contained in:
ping 2023-02-16 08:52:25 +08:00 committed by GitHub
commit 46d8404800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@
<span class="font-weight-bold">Contact</span> <span class="font-weight-bold">Contact</span>
</th> </th>
<td> <td>
{{ validator.security_contact || '-' }} {{ validator.description.security_contact || '-' }}
</td> </td>
</tr> </tr>
</table> </table>