]> WPIA git - gigi.git/commitdiff
fix: mark "$tokenValue" correctly for replacement in template
authorFelix Dörre <felix@dogcraft.de>
Mon, 13 Jun 2016 22:45:37 +0000 (00:45 +0200)
committerFelix Dörre <felix@dogcraft.de>
Wed, 15 Jun 2016 09:05:39 +0000 (11:05 +0200)
Change-Id: Ib58e4a159f6ff8ffa144a7d6ae9152904d4fef43

src/org/cacert/gigi/pages/account/domain/PingConfigForm.templ

index 800c683593f80ebb50974860d345d0a81c69bc10..7e36c29eac3c9069e844490b64690d93f87e08f4 100644 (file)
@@ -49,7 +49,7 @@
     <td></td>
     <td>
         <?=_Please list up to four services using your certificate. You need to have one of them up and using a valid SomeCA certificate or a specific self-signed certificate in order to pass this test?>:
-        <?=_The self-signed certificate needs to contain your domain as CN and $tokenValue as organization unit, with -subj "/CN=<domain>/OU=$tokenValue"?>:
+        <?=_The self-signed certificate needs to contain your domain as CN and ${tokenValue} as organization unit, with -subj "/CN=<domain>/OU=${tokenValue}"?>:
         <table>
         <? foreach($ssl-services){ ?>
         <tr><td><select name='ssl-type-<?=$i?>'>