size to point size (name change)

This commit is contained in:
Kushal K S V S 2017-08-27 14:24:11 -07:00
parent fbaf709510
commit 7a01001b39
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ done
echo '</select>
</label><br>'>>./html/top.html
#####################################################################
echo '<label>Size&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp:<select name="size" id="size" onchange="change()">'>>./html/top.html
echo '<label>Point Size&nbsp:<select name="size" id="size" onchange="change()">'>>./html/top.html
for i in $FT_TEST_PT_SIZE; do
echo " <option value= $i > $i </option>">>./html/top.html
done