From b58caffd26945c637e7987cef36f9b72a3f67381 Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Tue, 12 Mar 2013 14:52:16 +0700 Subject: [PATCH] Fix URL typo. --- modules/php/php.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/php/php.module b/modules/php/php.module index 996f746..d5ea152 100644 --- a/modules/php/php.module +++ b/modules/php/php.module @@ -122,7 +122,7 @@ else { print t(\'Welcome visitor! Thank you for visiting.\'); } ') . ''; - $output .= '

' . t('Drupal.org offers some example PHP snippets, or you can create your own with some PHP experience and knowledge of the Drupal system.', array('@drupal' => url('http://drupal.org'), '@php-snippets' => url('http://http://drupal.org/documentation/customization/php-snippets'))) . '

'; + $output .= '

' . t('Drupal.org offers some example PHP snippets, or you can create your own with some PHP experience and knowledge of the Drupal system.', array('@drupal' => url('http://drupal.org'), '@php-snippets' => url('http://drupal.org/documentation/customization/php-snippets'))) . '

'; return $output; } else { -- 1.8.1.msysgit.1