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