formatting
This commit is contained in:
parent
57cd550204
commit
de0a7138d2
@ -180,7 +180,7 @@ class Tag
|
|||||||
"&" => "a",
|
"&" => "a",
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach($to_caret as $from => $to) {
|
foreach ($to_caret as $from => $to) {
|
||||||
$input = str_replace($from, '^' . $to, $input);
|
$input = str_replace($from, '^' . $to, $input);
|
||||||
}
|
}
|
||||||
return $input;
|
return $input;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user