Plugin Directory

Changeset 2056053


Ignore:
Timestamp:
03/23/2019 09:13:42 PM (7 years ago)
Author:
magent
Message:

Updated numbertoboxes function so that each line has only 10 boxes for characters of very low gen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vampire-character/trunk/inc/functions.php

    r1710950 r2056053  
    11281128            $output .= "<img alt='$i' src='$empty' />";
    11291129           
    1130         if ($i == 10)
    1131             $output .= "<br />";
     1130        if ($i % 10 == 0)
     1131            $output .= "<br />"; 
    11321132    }
    11331133   
Note: See TracChangeset for help on using the changeset viewer.