]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/domain/PingConfigForm.templ
chg: apply css 'table' class to table
[gigi.git] / src / club / wpia / gigi / pages / account / domain / PingConfigForm.templ
index 4a1055379d060dc5f3bd5551200ce00fa61f9548..e0a7a893789f763c73f01161c6cf0ebc59d2b4c0 100644 (file)
@@ -33,7 +33,7 @@
 openssl req -newkey rsa:4096 -subj "/CN=<span class='exampleDomain'>example.org</span>/OU=<?=$tokenValue?>" -nodes -out myCSR -keyout myKey<br>
 openssl x509 -req -in myCSR -signkey myKey -out myCert -extfile &lt;(printf 'extendedKeyUsage = serverAuth\n')
     </code>
-    <table>
+    <table class="table">
     <? foreach($ssl-services){ ?>
     <tr><td><select name='ssl-type-<?=$i?>'>
       <?foreach($ssl-types){ ?>