From: <var...@us...> - 2014-12-03 12:40:52
|
Revision: 9409 http://sourceforge.net/p/phpwiki/code/9409 Author: vargenau Date: 2014-12-03 12:40:45 +0000 (Wed, 03 Dec 2014) Log Message: ----------- <tt> --> <samp> Modified Paths: -------------- trunk/passencrypt.php Modified: trunk/passencrypt.php =================================================================== --- trunk/passencrypt.php 2014-12-03 11:08:55 UTC (rev 9408) +++ trunk/passencrypt.php 2014-12-03 12:40:45 UTC (rev 9409) @@ -97,8 +97,8 @@ $debug = $HTTP_GET_VARS['debug']; if ($debug) echo "The password was encrypted using a salt length of: $salt_length<br />\n"; - echo "<p>The encrypted password is:<br />\n<br /> \n<tt><strong>", - htmlentities($encrypted_password), "</strong></tt></p>\n"; + echo "<p>The encrypted password is:<br />\n<br /> \n<samp><strong>", + htmlentities($encrypted_password), "</strong></samp></p>\n"; echo "<hr />\n"; } elseif ($posted['password'] != "") { echo "The passwords did not match. Please try again.<br />\n"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |