diff --git a/articles/Functions in spmenu_run.md b/articles/Functions in spmenu_run.md index 479f659..a0b4583 100755 --- a/articles/Functions in spmenu_run.md +++ b/articles/Functions in spmenu_run.md @@ -93,7 +93,7 @@ This function will display images if possible. ```Shell fm_line_func() { case "$1" in - *.png|*.jpg|*.jpeg|*.svg|*.gif|*.tiff) printf "IMG:$1\t" ;; + *.png|*.jpg|*.jpeg|*.svg|*.gif|*.tiff) printf "img://$1\t" ;; esac } ```