Aleksander Machniak
2013-01-03 45db37573885ac057b79b1fd6f53c45bb7485553
Add frameborder="0" on iframe elements for IE<=8
1 files modified
2 ■■■ changed files
plugins/help/skins/larry/templates/help.html 2 ●●● patch | view | raw | blame | history
plugins/help/skins/larry/templates/help.html
@@ -19,7 +19,7 @@
<div id="pluginbody" class="uibox offset">
    <div class="iframebox help_<roundcube:var name='env:action' />">
        <roundcube:object name="helpcontent" id="helpcontentframe" style="width:100%; height:100%" src="/watermark.html" />
        <roundcube:object name="helpcontent" id="helpcontentframe" style="width:100%; height:100%" frameborder="0" src="/watermark.html" />
    </div>
    <roundcube:object name="message" id="message" class="statusbar" />
</div>