projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbcb630
)
Cosmetics
author
Mike Taylor
<mike@indexdata.com>
Thu, 16 Nov 2006 12:26:26 +0000
(12:26 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 16 Nov 2006 12:26:26 +0000
(12:26 +0000)
web/htdocs/details/edit.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/edit.mc
b/web/htdocs/details/edit.mc
index
ad724a0
..
432bffc
100644
(file)
--- a/
web/htdocs/details/edit.mc
+++ b/
web/htdocs/details/edit.mc
@@
-1,4
+1,4
@@
-%# $Id: edit.mc,v 1.14 2006-11-16 12:16:32 mike Exp $
+%# $Id: edit.mc,v 1.15 2006-11-16 12:26:26 mike Exp $
<%args>
$id => undef
</%args>
@@
-102,7
+102,7
@@
foreach my $ref (@fields) {
% }
</select>
% } elsif ($nlines) {
- <textarea name="<% $name %>" rows="<% $nlines %>" cols="55"><% $data %></textarea>
+ <textarea name="<% $name %>" rows="<% $nlines %>" cols="51"><% $data %></textarea>
% } else {
<input name="<% $name %>" type="text" size="60" value="<% $data %>"/>
% }