Fix CSV errors for rendering (#514)
هذا الالتزام موجود في:
2
templates/pages/gist.html
مباع
2
templates/pages/gist.html
مباع
@@ -55,7 +55,7 @@
|
||||
</div>
|
||||
<div class="overflow-auto">
|
||||
{{ if $file.MimeType.IsText }}
|
||||
{{ if $file.MimeType.IsCSV }}
|
||||
{{ if eq $file.InternalType "CSVFile" }}
|
||||
<table class="csv-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ if $file.MimeType.IsText }}
|
||||
{{ if $file.MimeType.IsCSV }}
|
||||
{{ if eq $file.InternalType "CSVFile" }}
|
||||
<table class="csv-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم