From c6691c94c5990a99aa1d41abe5a451a39eea6736 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 5 May 2017 16:20:06 -0500 Subject: [PATCH] APIExplorer - Hyperlinks for CLI tools --- templates/CRM/Admin/Page/APIExplorer.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Admin/Page/APIExplorer.tpl b/templates/CRM/Admin/Page/APIExplorer.tpl index b54088f539..2aa5c85b5e 100644 --- a/templates/CRM/Admin/Page/APIExplorer.tpl +++ b/templates/CRM/Admin/Page/APIExplorer.tpl @@ -294,12 +294,12 @@ Smarty

           Php

           Javascript

-          Cv

+          cv

           {if $config->userSystem->is_drupal}
-            Drush

+            drush

           {/if}
           {if $config->userSystem->is_wordpress}
-            WP-CLI

+            wp-cli

           {/if}
         
       
-- 
2.25.1