formatting

This commit is contained in:
Shish 2020-02-01 11:58:50 +00:00
parent 57cd550204
commit de0a7138d2

View File

@ -180,7 +180,7 @@ class Tag
"&" => "a",
];
foreach($to_caret as $from => $to) {
foreach ($to_caret as $from => $to) {
$input = str_replace($from, '^' . $to, $input);
}
return $input;