diff options
author | Markus Warg <mw@it-sls.de> | 2010-03-11 15:19:46 +0100 |
---|---|---|
committer | Markus Warg <mw@it-sls.de> | 2010-03-11 15:19:46 +0100 |
commit | df92c83b625715f223070d5d9c9e3f5b814560ec (patch) | |
tree | c770a711fe449be50530c380df13febe19ec63e0 /cacert/pages/index/1.php | |
parent | e3263b2e2c20aef2f955b9b665a162cad606fa9d (diff) | |
download | cacert-devel-df92c83b625715f223070d5d9c9e3f5b814560ec.tar.gz cacert-devel-df92c83b625715f223070d5d9c9e3f5b814560ec.tar.xz cacert-devel-df92c83b625715f223070d5d9c9e3f5b814560ec.zip |
source code taken from cacert-20100204.tar.bz2
Diffstat (limited to 'cacert/pages/index/1.php')
-rw-r--r-- | cacert/pages/index/1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cacert/pages/index/1.php b/cacert/pages/index/1.php index c5b181e..d9ce8a8 100644 --- a/cacert/pages/index/1.php +++ b/cacert/pages/index/1.php @@ -46,7 +46,7 @@ <tr> <td class="DataTD"><?=_("Suffix")?><br> (<?=_("optional")?>)</td> - <td class="DataTD"><input type="text" name="suffix" value="<?=array_key_exists('suffix',$_REQUEST)?sanitizeHTML($_REQUEST['suffix']):""?>" autocomplete="off"></td> + <td class="DataTD"><input type="text" name="suffix" value="<?=array_key_exists('suffix',$_REQUEST)?sanitizeHTML($_REQUEST['suffix']):""?>" autocomplete="off"><br><?=sprintf(_("Please only write %sName Suffixes%s into this field."),'<a href="http://en.wikipedia.org/wiki/Suffix_%28name%29" target="_blank">','</a>')?></td> </tr> <tr> <td class="DataTD"><?=_("Date of Birth")?><br> |