summaryrefslogtreecommitdiff
path: root/compile_emoji_sedstring.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile_emoji_sedstring.sh')
-rwxr-xr-xcompile_emoji_sedstring.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_emoji_sedstring.sh b/compile_emoji_sedstring.sh
index 2a71715..ef22247 100755
--- a/compile_emoji_sedstring.sh
+++ b/compile_emoji_sedstring.sh
@@ -3,5 +3,5 @@ cd public/emoji;
for EMOJI in *;
do
BASENAME=${EMOJI%.*}
- echo "s|:${BASENAME}:|<img src=\\\"/public/emoji/${EMOJI}\\\" height=\\\"24px\\\" style=\\\"margin-bottom: -4px\\\">|g; "
+ echo "s|:${BASENAME}:|<img src=\\\"public/emoji/${EMOJI}\\\" height=\\\"24px\\\" style=\\\"margin-bottom: -4px\\\">|g; "
done