summaryrefslogtreecommitdiff
path: root/textbook_companion.module
diff options
context:
space:
mode:
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-xtextbook_companion.module8
1 files changed, 4 insertions, 4 deletions
diff --git a/textbook_companion.module b/textbook_companion.module
index 5d358ef..ef51500 100755
--- a/textbook_companion.module
+++ b/textbook_companion.module
@@ -693,8 +693,8 @@ function textbook_companion_aicte_proposal_all() {
$page_content .= "<ul>";
$page_content .= "<li>These are the list of books available for <em>Textbook Companion</em> proposal.</li>";
$page_content .= "<li>Please <a href='/user'><b><u>Login</u></b></a> to create a proposal.</li>";
- $page_content .= "<li>Unable to propose perticular book: <a id='aicte-report' href='#'>Click here</a></li>";
- $page_content .= "<li>Do not wish to propose any of above books: <a id='aicte-report' href='http://fossee.in/feedback/scilab-aicte' target = _blank>Click here</a></li>";
+ $page_content .= "<li>Unable to propose particular book: <a id='aicte-report' href='#'>Click here</a></li>";
+ $page_content .= "<li>Do not wish to propose any of the above books: <a id='aicte-report' href='http://fossee.in/feedback/scilab-aicte' target = _blank>Click here</a></li>";
$page_content .= "</ul>";
$page_content .= "<div id='aicte-list-wrapper'>";
$num_rows = mysql_num_rows($result);
@@ -761,8 +761,8 @@ function textbook_companion_aicte_proposal_all() {
variable_del("aicte_".$user->uid);
$page_content .= "<h5><b>* Please select any 3 books from the below available list.</b></h5>";
- $page_content .= "Unable to propose perticular book: <a id='aicte-report' href='#'>Click here</a></br>";
- $page_content .= "Do not wish to propose any of above books: <a id='aicte-report' href='http://fossee.in/feedback/scilab-aicte' target = _blank>Click here</a>";
+ $page_content .= "Unable to propose particular book: <a id='aicte-report' href='#'>Click here</a></br>";
+ $page_content .= "Do not wish to propose any of the above books: <a id='aicte-report' href='http://fossee.in/feedback/scilab-aicte' target = _blank>Click here</a>";
$page_content .= drupal_get_form("textbook_companion_aicte_report_form");
$page_content .= drupal_get_form("textbook_companion_aicte_proposal_form");
return $page_content;