Plugin Directory

Changeset 1642708


Ignore:
Timestamp:
04/21/2017 11:09:29 PM (9 years ago)
Author:
agusph
Message:

Prepare For Version 1.2.2

Location:
aph-syntax-highlighter/trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • aph-syntax-highlighter/trunk/includes/aphsh-build.php

    r1616840 r1642708  
    3333            "pre.aphsh-adddarkplain,
    3434pre.aphsh-addlightplain {
    35     padding: 15px 20px !important;
     35    padding: 10px 15px !important;
    3636    display: block;
    3737    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    38     white-space: pre-wrap;
    3938    white-space: -moz-pre-wrap;
    4039    white-space: -o-pre-wrap;
     
    4443}
    4544pre.aphsh-addlightplain {
    46     background: #efefef !important;
     45    background: #f9f9f9; !important;
    4746    color: #4a4a4a;
    4847}
  • aph-syntax-highlighter/trunk/includes/aphsh-front.php

    r1617222 r1642708  
    132132        */
    133133        $matches_fix = $matches[1];
    134 
     134        $param_list = array();
    135135        foreach ($matches_fix as $tag_index => $tag)
    136136        {
Note: See TracChangeset for help on using the changeset viewer.