Plugin Directory

Changeset 2656269


Ignore:
Timestamp:
01/12/2022 05:46:39 AM (4 years ago)
Author:
offshorewebmaster
Message:

updated css issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • availability-calendar/trunk/public/includes/frontend.php

    r2592481 r2656269  
    396396                $mName=strftime("%B", mktime(0,0,0,$m+1,0,0));
    397397                $encoding = mb_detect_encoding($mName, "auto" );
    398                 $monthName =mb_convert_encoding($mName, 'UTF-8','Windows-1252');
     398                $monthName =mb_convert_encoding($mName, 'UTF-8','auto');
    399399       
    400400                $month = $dateObject->format('m');
     
    490490                            $current_Date=strtotime($current_Date);
    491491                            if(!empty($settings_options['old_date_fade_out_color'])){
    492                                 $old_date_fade_out_color = sanitize_hex_color($settings_options['old_date_fade_out_color']);
     492                                $old_date_fade_out_color = sanitize_hex_color_no_hash($settings_options['old_date_fade_out_color']);
    493493                            }
    494494                            if ($current_Date > $pv_r){
Note: See TracChangeset for help on using the changeset viewer.