Changeset 1167 for www


Ignore:
Timestamp:
Sep 30, 2006, 11:37:48 PM (17 years ago)
Author:
Sam Hocevar
Message:
  • Argh, typo in the substr() call.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/toilet.html

    r1166 r1167  
    4646
    4747<? $submit = $_POST['submit'];
    48    $text = substr($_POST['text'], 30);
     48   $text = substr($_POST['text'], 0, 30);
    4949   $font = $_POST['font'];
    5050   $fontlist = array('emboss', 'emboss2', 'smbraille');
Note: See TracChangeset for help on using the changeset viewer.