forked from indymedia/epicyon
Extra line
parent
0af508b856
commit
3025f12318
|
@ -488,9 +488,6 @@ a:link {
|
|||
|
||||
input[type=radio] {
|
||||
width: 32px;
|
||||
margin : 0;
|
||||
padding : 0;
|
||||
opacity : 0;
|
||||
}
|
||||
|
||||
input[type=text], select, textarea {
|
||||
|
|
|
@ -1404,7 +1404,7 @@ def insertQuestion(translate: {}, \
|
|||
continue
|
||||
if not choice.get('name'):
|
||||
continue
|
||||
content+='<input type="radio" name="answer" value="'+choice['name']+'"> '+choice['name']+'<br>'
|
||||
content+='<input type="radio" name="answer" value="'+choice['name']+'"> '+choice['name']+'<br><br>'
|
||||
content+='<input type="submit" value="'+translate['Submit']+'">'
|
||||
content+='</form></div>'
|
||||
return content
|
||||
|
|
Loading…
Reference in New Issue