Skip to content

Commit

Permalink
Escape pipe in google font call. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Jan 10, 2025
1 parent ad843d8 commit a97fb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $this->headTitle()->append($this->setting('installation_title', 'Omeka S'));
$this->headLink()->prependStylesheet($this->assetUrl('css/style.css'));
$this->headLink()->prependStylesheet($this->assetUrl('css/mmenu.css'));
$this->headLink()->prependStylesheet($this->assetUrl('css/iconfonts.css', 'Omeka'));
$this->headLink()->prependStylesheet('//fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic|Bitter:700');
$this->headLink()->prependStylesheet('//fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic%7CBitter:700');
$this->headScript()->prependFile($this->assetUrl('js/global.js', 'Omeka'));
$this->headScript()->prependFile($this->assetUrl('js/mmenu.js'));
$this->headScript()->appendFile($this->assetUrl('js/mmenu-init.js'));
Expand Down

0 comments on commit a97fb54

Please sign in to comment.