Ignore:
Timestamp:
Jun 28, 2006 11:09:20 AM (18 years ago)
Author:
scdev
Message:

Q - minor updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/TemplateGlue.inc.php

    r136 r188  
    451451    if (is_array($submit_buttons) && !empty($submit_buttons)) {
    452452        foreach ($submit_buttons as $button_name => $button_text) {
    453             ?><input type="submit" name="<?php echo $button_name ?>" value="<?php echo oTxt($button_text); ?>" /><?php
     453            ?><input type="submit" name="<?php echo oTxt($button_name) ?>" value="<?php echo oTxt($button_text); ?>" /><?php
    454454        }
    455455    }
Note: See TracChangeset for help on using the changeset viewer.