Changeset 1991

Show
Ignore:
Timestamp:
02/08/2008 08:28:03 AM (8 months ago)
Author:
Shadowhand
Message:

Missed a type call.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/flot/views/kohana_flot.php

    r1990 r1991  
    11<<?php echo $type.html::attributes($attr) ?>></<?php echo $type ?>> 
    22<script type="text/javascript"> 
    3 $.plot($('div#<?php echo $attr['id'] ?>'), 
     3$.plot($('<?php echo $type ?>#<?php echo $attr['id'] ?>'), 
    44[ 
    55<?php echo "\t".implode(",\n\t", $dataset)."\n" ?>