From 7e6982a0cf2e7dd822ee0b98be8e0d3f3fcfadfa Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Wed, 24 Aug 2016 21:01:01 -0700 Subject: [PATCH] Use title from clone, if any --- custom/index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/index.cgi b/custom/index.cgi index 23123c689..652f7ce77 100755 --- a/custom/index.cgi +++ b/custom/index.cgi @@ -3,7 +3,7 @@ # Display commands available for execution require './custom-lib.pl'; -&ui_print_header(undef, $text{'index_title'}, "", "intro", 1, 1); +&ui_print_header(undef, $module_info{'desc'}, "", "intro", 1, 1); @cust = grep { &can_run_command($_) } &list_commands(); @cust = &sort_commands(@cust);