From dd00cbd80a251fcf54327983bb6acea5b4f59eca Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 17 2011 19:57:08 +0000 Subject: Update render.sh. --- diff --git a/Scripts/Functions/Render/render.sh b/Scripts/Functions/Render/render.sh index 201b210..3838c3c 100644 --- a/Scripts/Functions/Render/render.sh +++ b/Scripts/Functions/Render/render.sh @@ -97,6 +97,8 @@ function render { ACTIONNAM="${FUNCNAME}_doThemeActions" elif [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Identity/Images" ]];then ACTIONNAM="${FUNCNAME}_doBaseActions" + elif [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Manual" ]];then + ACTIONNAM="${FUNCNAME}_doBaseActions" else cli_printMessage "`gettext "The path provided do not support rendition."`" --as-error-line fi