Fixed Spacing Issue

This commit is contained in:
samiahmedsiddiqui 2017-08-16 00:53:27 +05:00
parent f13a4031f4
commit 2d752e131d
2 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ function hfs_header_settings_form($form, &$form_state) {
);
return $form;
}// End of hfs_header_settings().
} // End of hfs_header_settings().
/**
* Submit handler().
@ -84,14 +84,14 @@ function hfs_body_settings_form($form, &$form_state) {
'#description' => t('<p>On mostly sites, this section is used to add the <strong>Google Tag Manager</strong>. <strong>Like:</strong></p><p>1. &lt;!-- Google Tag Manager --&gt;&lt;noscript&gt;<strong>Write Your code here</strong>&lt;/script&gt;&lt;!-- End Google Tag Manager --&gt;</p><p>You can also add multiple <strong>scripts</strong> here with multiple ways, For example: </p><p>1. &lt;script type="text/javascript" src="http://www.example.com/script.js"&gt;&lt;/script&gt;</p><p> 2. &lt;script type="text/javascript" src="/script.js"&gt;&lt;/script&gt;</p><p> 3. &lt;script type="text/javascript"&gt;&lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--// close script tag //--&gt;&lt;!]]&gt;&lt;/script&gt;</p>'),
'#rows' => 10,
);
$form['submit'] = array(
'#type' => 'submit',
'#value' => 'Save Body Settings',
);
return $form;
}// End of hfs_body_settings_form().
} // End of hfs_body_settings_form().
/**
* Submit handler().
@ -140,7 +140,7 @@ function hfs_footer_settings_form($form, &$form_state) {
);
return $form;
}// End of hfs_footer_settings_form().
} // End of hfs_footer_settings_form().
/**
* Submit handler().

View File

@ -3,7 +3,7 @@
/**
* @file
* Enables Drupal to add scripts and styles from the frontend on all over the
* site at anywhere in the page.
site at anywhere in the page.
*/
/**