Commit 14833692 authored by DerVerruckteFuchs's avatar DerVerruckteFuchs
Browse files

fix formatting

parent 2f3ec3a7
......@@ -245,7 +245,7 @@ _htmlget() {
export _H1="Cookie: $One984HOSTING_CSRFTOKEN_COOKIE;$One984HOSTING_SESSIONID_COOKIE"
_response=$(_get "$1" | grep "$2" | _head_n 1)
if _contains "$_response" "@$2"; then
_response=$(echo "$_response" | grep -v "[@]" | _head_n 1)
_response=$(echo "$_response" | grep -v "[@]" | _head_n 1)
fi
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment