From 5cb7c372fbfc3900da6acf0e3495ad0ad69de917 Mon Sep 17 00:00:00 2001 From: Brian Huisman Date: Fri, 29 Sep 2023 12:57:23 -0400 Subject: [PATCH] Couple misc fixes Change element where some classes are applied in admin.php to work with updated Bootstrap. Add the fi, ff, fl, ffi, ffl series of ligatures to $_RDATA['s_latin'] as they are common in PDFs. --- orcinus/admin.php | 4 ++-- orcinus/config.php | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/orcinus/admin.php b/orcinus/admin.php index 6b1580a..47a4053 100644 --- a/orcinus/admin.php +++ b/orcinus/admin.php @@ -1939,8 +1939,8 @@ ORCINUS; - - +
+

Filters:

diff --git a/orcinus/config.php b/orcinus/config.php index 66bf459..52fb2d4 100644 --- a/orcinus/config.php +++ b/orcinus/config.php @@ -772,7 +772,12 @@ $_RDATA['s_latin'] = array( 'color' => array('colour'), 'fiber' => array('fibre'), + 'ffi' => array('ffi'), + 'ffl' => array('ffl'), 'ae' => array('æ', 'Æ', 'ä', 'Ä'), + 'ff' => array('ff'), + 'fi' => array('fi'), + 'fl' => array('fl'), 'oe' => array('œ', 'Œ', 'ö', 'Ö', 'ø', 'Ø'), 'ss' => array('ß'), 'sz' => array('ß'),