#714 fix: Show all spaces in fingerprints
Merged 6 years ago by robyduck. Opened 6 years ago by sijis.
sijis/fedora-websites fix/show_fingerprint  into  master

@@ -52,7 +52,7 @@ 

                      </tr>

                      <tr>

                        <td>${_('Fingerprint')}</td>

-                       <td><code>${key.fingerprint}</code></td>

+                       <td><code class="fingerprint">${key.fingerprint}</code></td>

                      </tr>

                      <py:for each="uid in key.uids">

                        <tr>

@@ -1152,6 +1152,7 @@ 

  .uppercase {text-transform: uppercase;}

  .liveusb {}

  .pull-right {margin-left: 10px;}

+ .fingerprint {white-space: pre;}

  

  img { max-width:100%; }

  img.pull-right { margin-left: 10px; }

This should show a proper fingerprint, including the double spaces in the middle.

This is a proper fix for https://pagure.io/fedora-websites/issue/707.

Pull-Request has been merged by robyduck

6 years ago