mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
mvc: fix weird line break pattern
This commit is contained in:
parent
7f815541ae
commit
3f855891dc
@ -723,9 +723,8 @@
|
||||
</label>
|
||||
</div>
|
||||
</form>
|
||||
<div class="btn btn-xs btn-primary inline"
|
||||
onclick='downloadCSV({ filename: rrd+".csv" });'><i
|
||||
class="fa fa-download"></i> {{ lang._('Download as CSV') }}
|
||||
<div class="btn btn-xs btn-primary inline" onclick='downloadCSV({ filename: rrd+".csv" });'>
|
||||
<i class="fa fa-download"></i> {{ lang._('Download as CSV') }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user