X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=lib%2Fforms.php;h=c71c11feda5e24e148b2cf9780241766b31db794;hb=c0b122f11daeec715462a6819ec46df6733ce61d;hp=ae08607fa9f2554eade66724954f35ab0e07e885;hpb=ae61a962282c09760dcd69150c6b242945bb4e2f;p=readifood.git diff --git a/lib/forms.php b/lib/forms.php index ae08607..c71c11f 100644 --- a/lib/forms.php +++ b/lib/forms.php @@ -30,10 +30,14 @@ } function textarea($name, $value = null) { - echo ""; + echo ""; } function option($select, $value, $text, $selected = null) {