fix targt > target ; 0.0.8
This commit is contained in:
parent
9b7f033e5b
commit
3510254c14
2
control
2
control
|
@ -1,5 +1,5 @@
|
||||||
Package: egsl
|
Package: egsl
|
||||||
Version: 0.0.7
|
Version: 0.0.8
|
||||||
Section: custom
|
Section: custom
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Version: 0.0.7
|
# Version: 0.0.8
|
||||||
# file: gsl
|
# file: gsl
|
||||||
# Folder: /usr/local/bin
|
# Folder: /usr/local/bin
|
||||||
# By echolib
|
# By echolib
|
||||||
|
|
|
@ -271,7 +271,7 @@ echo -ne "\r\033[2K: Converting Links... $gsl_post_hf_1"
|
||||||
gsl_html_link_t=`
|
gsl_html_link_t=`
|
||||||
printf '%s%s%s%s' \
|
printf '%s%s%s%s' \
|
||||||
"<a href=\"$gsl_post_hf_2\"$gsl_html_link_title " \
|
"<a href=\"$gsl_post_hf_2\"$gsl_html_link_title " \
|
||||||
"targt=\"blank\">" \
|
"target=\"blank\">" \
|
||||||
"$gsl_post_hf_1" \
|
"$gsl_post_hf_1" \
|
||||||
"</a>"`
|
"</a>"`
|
||||||
sed -i "s|_${gsl_post_hf_1_t}|$gsl_html_link_t|g" "$gsl_tmp_post"
|
sed -i "s|_${gsl_post_hf_1_t}|$gsl_html_link_t|g" "$gsl_tmp_post"
|
||||||
|
|
Loading…
Reference in New Issue