forked from indymedia/epicyon
Test
parent
d0abee719e
commit
2e05de11c5
|
@ -343,7 +343,7 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <colgroup>\n'
|
' <colgroup>\n'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' <col span="1" style="width:100%">\n'
|
' <col span="1" style="width:100%;float:right">\n'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
' </colgroup>\n'
|
' </colgroup>\n'
|
||||||
editLinksForm += \
|
editLinksForm += \
|
||||||
|
|
Loading…
Reference in New Issue