summaryrefslogtreecommitdiff
path: root/run.inc
diff options
context:
space:
mode:
Diffstat (limited to 'run.inc')
-rwxr-xr-xrun.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.inc b/run.inc
index 1d106fb..839d0e1 100755
--- a/run.inc
+++ b/run.inc
@@ -51,7 +51,7 @@ function textbook_companion_run_form($form, &$form_state)
'#type' => 'item',
'#markup' => '<div id="ajax-download-book-replace">' . l('Download', 'textbook-companion/download/book/' . $book_default_value) . ' ' . t('(Download the R codes for all the solved examples)') . '</div>'
);
- /* $form['download_pdf'] = array(
+ $form['download_pdf'] = array(
'#type' => 'item',
'#markup' => '<div id="ajax-download-book-pdf-replace">' . l('Download PDF', 'textbook-companion/generate-book/' . $book_default_value) . ' ' . t('(Download the PDF file containing R codes for all the solved examples)') . '</div>'
);