chore: Мелкие правки
This commit is contained in:
parent
0473d410d1
commit
3e0b99c3d2
4 changed files with 9 additions and 21 deletions
|
|
@ -230,7 +230,7 @@ class Table
|
|||
|
||||
/**
|
||||
* Кодирование строки
|
||||
* @deprecated
|
||||
* @deprecated Можно заменить на значение
|
||||
* @param string $s Строка
|
||||
* @return string
|
||||
*/
|
||||
|
|
@ -275,7 +275,7 @@ class Table
|
|||
} else {
|
||||
$doc->writeAttribute('ss:Type', "Number");
|
||||
}
|
||||
$doc->writeCdata($this->encode($value));
|
||||
$doc->writeCdata($value);
|
||||
}
|
||||
$doc->endElement();
|
||||
$doc->endElement();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue