Skip to content
Snippets Groups Projects
Commit d8e9e79a authored by Dorian Merz's avatar Dorian Merz
Browse files

set title truncation to 170 instead of 100

parent 5dd0f481
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
*/ */
?> ?>
<?php /* finc: add schema tags for title #13850 - VE */ ?> <?php /* finc: add schema tags for title #13850 - VE */ ?>
<h3 property="name"><?=$this->escapeHtml(preg_replace('/(\s[\/\.:]\s*)*$/', '', $this->truncate($this->driver->getShortTitle() . ' ' . $this->driver->getSubtitle() . ' ' . $this->driver->getTitleSection(), 100)))?></h3> <h3 property="name"><?=$this->escapeHtml(preg_replace('/(\s[\/\.:]\s*)*$/', '', $this->truncate($this->driver->getShortTitle() . ' ' . $this->driver->getSubtitle() . ' ' . $this->driver->getTitleSection(), 170)))?></h3>
<?/* fid_bbi: #15189 remove summary - GG */ ?> <?/* fid_bbi: #15189 remove summary - GG */ ?>
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
*/ */
?> ?>
<?php /* finc: add schema tags for title #13850 - VE */ ?> <?php /* finc: add schema tags for title #13850 - VE */ ?>
<h3 property="name"><?=$this->escapeHtml(preg_replace('/(\s[\/\.:]\s*)*$/', '', $this->truncate($this->driver->getShortTitle() . ' ' . $this->driver->getSubtitle() . ' ' . $this->driver->getTitleSection(), 100)))?></h3> <h3 property="name"><?=$this->escapeHtml(preg_replace('/(\s[\/\.:]\s*)*$/', '', $this->truncate($this->driver->getShortTitle() . ' ' . $this->driver->getSubtitle() . ' ' . $this->driver->getTitleSection(), 170)))?></h3>
<?/* fid_bbi: #15189 remove summary - GG */ ?> <?/* fid_bbi: #15189 remove summary - GG */ ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment