diff --git a/Scripts/Functions/Render/render_convertHtmlToText.sh b/Scripts/Functions/Render/render_convertHtmlToText.sh
index 59ea475..377fc01 100755
--- a/Scripts/Functions/Render/render_convertHtmlToText.sh
+++ b/Scripts/Functions/Render/render_convertHtmlToText.sh
@@ -26,7 +26,7 @@
 function render_convertHtml2Text {
 
     # Verify existence of HTML file.
-    cli_checkFiles ${FILE}.xhtml 'f'
+    cli_checkFiles ${FILE}.xhtml
 
     local COMMAND=''
     local OPTIONS=''