Skip to content
Snippets Groups Projects
Commit c451db4f authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2231693 by amitgoyal, iS: Update Powered by Drupal link.

parent 4831e2ee
No related merge requests found
......@@ -24,7 +24,7 @@ class SystemPoweredByBlock extends BlockBase {
* {@inheritdoc}
*/
public function build() {
return array('#markup' => '<span>' . t('Powered by <a href="@poweredby">Drupal</a>', array('@poweredby' => 'http://drupal.org')) . '</span>');
return array('#markup' => '<span>' . t('Powered by <a href="@poweredby">Drupal</a>', array('@poweredby' => 'https://drupal.org')) . '</span>');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment