@@ 366-368 (lines=3) @@ | ||
363 | if ($properties->getTitle() > '') { |
|
364 | $html .= ' <meta name="title" content="' . htmlspecialchars($properties->getTitle()) . '" />' . PHP_EOL; |
|
365 | } |
|
366 | if ($properties->getDescription() > '') { |
|
367 | $html .= ' <meta name="description" content="' . htmlspecialchars($properties->getDescription()) . '" />' . PHP_EOL; |
|
368 | } |
|
369 | if ($properties->getSubject() > '') { |
|
370 | $html .= ' <meta name="subject" content="' . htmlspecialchars($properties->getSubject()) . '" />' . PHP_EOL; |
|
371 | } |
|
@@ 378-380 (lines=3) @@ | ||
375 | if ($properties->getCategory() > '') { |
|
376 | $html .= ' <meta name="category" content="' . htmlspecialchars($properties->getCategory()) . '" />' . PHP_EOL; |
|
377 | } |
|
378 | if ($properties->getCompany() > '') { |
|
379 | $html .= ' <meta name="company" content="' . htmlspecialchars($properties->getCompany()) . '" />' . PHP_EOL; |
|
380 | } |
|
381 | if ($properties->getManager() > '') { |
|
382 | $html .= ' <meta name="manager" content="' . htmlspecialchars($properties->getManager()) . '" />' . PHP_EOL; |
|
383 | } |
|
@@ 381-383 (lines=3) @@ | ||
378 | if ($properties->getCompany() > '') { |
|
379 | $html .= ' <meta name="company" content="' . htmlspecialchars($properties->getCompany()) . '" />' . PHP_EOL; |
|
380 | } |
|
381 | if ($properties->getManager() > '') { |
|
382 | $html .= ' <meta name="manager" content="' . htmlspecialchars($properties->getManager()) . '" />' . PHP_EOL; |
|
383 | } |
|
384 | ||
385 | if ($pIncludeStyles) { |
|
386 | $html .= $this->generateStyles(true); |