From: <var...@us...> - 2014-12-03 11:08:57
|
Revision: 9408 http://sourceforge.net/p/phpwiki/code/9408 Author: vargenau Date: 2014-12-03 11:08:55 +0000 (Wed, 03 Dec 2014) Log Message: ----------- <tt> --> <samp> Modified Paths: -------------- trunk/passencrypt.php Modified: trunk/passencrypt.php =================================================================== --- trunk/passencrypt.php 2014-12-03 09:33:47 UTC (rev 9407) +++ trunk/passencrypt.php 2014-12-03 11:08:55 UTC (rev 9408) @@ -73,8 +73,8 @@ $posted = $GLOBALS['HTTP_POST_VARS']; if (!empty($posted['create'])) { $new_password = random_good_password(); - echo "<p>The newly created random password is:<br />\n<br /> \n<tt><strong>", - htmlentities($new_password), "</strong></tt></p>\n"; + echo "<p>The newly created random password is:<br />\n<br /> \n<samp><strong>", + htmlentities($new_password), "</strong></samp></p>\n"; $posted['password'] = $new_password; $posted['password2'] = $new_password; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |