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