mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-18 16:19:34 +00:00
Improve comment
This commit is contained in:
parent
29539c01a5
commit
53e85403e8
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ class LCSCProvider implements InfoProviderInterface
|
||||||
if ($field === null) {
|
if ($field === null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
// Translate "range" indicators to mathematical tilde symbols
|
// Replace "range" indicators with mathematical tilde symbols
|
||||||
// so they don't get rendered as strikethrough by Markdown
|
// so they don't get rendered as strikethrough by Markdown
|
||||||
$field = preg_replace("/~/", "\u{223c}", $field);
|
$field = preg_replace("/~/", "\u{223c}", $field);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue