diff options
Diffstat (limited to 'custom_model_details.inc')
-rwxr-xr-x | custom_model_details.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_model_details.inc b/custom_model_details.inc index 893e0d7..2860d2a 100755 --- a/custom_model_details.inc +++ b/custom_model_details.inc @@ -26,7 +26,7 @@ function custom_model_completed_proposals_all() $completion_date = date("Y", $row->actual_completion_date); $preference_rows[] = array( $i, - l($row->project_title, "custom-model/custom-model-run/" . $row->id), + l($row->project_title, "custom-model/custom-model-run/" . $row->id) . t("<br><strong>(Script used: ") . $row->script_used . t(")</strong>"), $row->contributor_name, $row->university, $completion_date |