diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-04-03 14:36:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-04-03 14:36:55 -0300 |
commit | 9151606d519de344abb07f26eacc833be73e6732 (patch) | |
tree | 19e04845133fe9fbfa61564866739e770dcf0f5c | |
parent | 8764091c915b914b038398b44a51e91fa704ad48 (diff) | |
download | scripts-9151606d519de344abb07f26eacc833be73e6732.tar.gz scripts-9151606d519de344abb07f26eacc833be73e6732.tar.bz2 |
Fix: urlinfo: markdown title
-rwxr-xr-x | urlinfo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,5 +39,5 @@ if [ "$BASENAME" == "urlinfo" ]; then echo " identifier:" echo " - $IDENTIFIER" elif [ "$BASENAME" == "urlmd" ]; then - echo "[$TITLE]($URL)" + echo "[$DESC]($URL)" fi |