fix &
This commit is contained in:
parent
c46822bf9a
commit
c07f9f5738
17 changed files with 105 additions and 104 deletions
|
@ -23,6 +23,7 @@ process_filler_file() {
|
|||
|
||||
# Read the contents of the filler file
|
||||
filler_content=$(<"$filler_file")
|
||||
filler_content=$(echo "$filler_content" | sed "s/\&/\\\&/g")
|
||||
|
||||
# Replace "{{ body_area }}" in the template with filler content
|
||||
modified_content="${template_content/\{\{ body_area \}\}/$filler_content}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue