fix vertical scrollbar

This commit is contained in:
Mathieu Rochette
2013-09-21 19:53:41 +02:00
parent 8ce41fb7cb
commit 59d2ab2ce7

View File

@@ -16,6 +16,7 @@ Below we hash a string, and then check the hash against a new string. Because ou
{% highlight php %} {% highlight php %}
<?php <?php
require 'password.php'; require 'password.php';
$passwordHash = password_hash('secret-password', PASSWORD_DEFAULT); $passwordHash = password_hash('secret-password', PASSWORD_DEFAULT);