Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix: Removed string "px !important;" from $font_size which should have only number seeing its usage #434

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 15, 2018

  1. Bug fix:

        removed ". 'px !important;'" because its value is used as number and it is yeilding warning like
    
        Notice: A non well formed numeric value encountered in /var/www/web/app/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 118
    
        And this string is added in different lines, so removing should be O.K.
    hikarine3 committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    fc8fc8f View commit details
    Browse the repository at this point in the history