Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
7 years ago
Diff never expires
Clear
Export
Share
Explain
2 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
37 lines
Copy
6 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
37 lines
Copy
<table id="table-mini-download">
<table id="table-mini-download">
<thead>
<thead>
<tr>
<tr>
Copy
Copied
Copy
Copied
<th><i class="fa # IF C_SORT_BY_DATE #fa-calendar# ELSE #fa-trophy# ENDIF #"
></i
></th>
<th><i class="fa # IF C_SORT_BY_DATE #fa-calendar# ELSE #fa-trophy# ENDIF #"
aria-hidden="true"
></i
><span class="sr-only"># IF C_SORT_BY_DATE #{@download.sort.date}# ELSE #{@download.sort.trophy}# ENDIF #</span
></th>
<th>${LangLoader::get_message('form.name', 'common')}</th>
<th>${LangLoader::get_message('form.name', 'common')}</th>
# IF NOT C_SORT_BY_DATE #
# IF NOT C_SORT_BY_DATE #
Copy
Copied
Copy
Copied
<th><i class="
fa
# IF C_SORT_BY_NUMBER_DOWNLOADS #fa
-download# ELSE #
fa-star
-o
# ENDIF #"
></i
></th>
<th><i class="
# IF C_SORT_BY_NUMBER_DOWNLOADS #fa
fa
-download# ELSE #
far
fa-star
# ENDIF #"
aria-hidden="true"
></i
><span class="sr-only"># IF C_SORT_BY_NUMBER_DOWNLOADS #{@download.sort.dls}# ELSE #{@download.sort.notes}# ENDIF #</span
></th>
# ENDIF #
# ENDIF #
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
# IF C_FILES #
# IF C_FILES #
# START downloadfiles #
# START downloadfiles #
<tr>
<tr>
<td># IF C_SORT_BY_DATE #<time datetime="{downloadfiles.DATE_ISO8601}">{downloadfiles.DATE_DAY_MONTH}</time># ELSE #{downloadfiles.DISPLAYED_POSITION}# ENDIF #</td>
<td># IF C_SORT_BY_DATE #<time datetime="{downloadfiles.DATE_ISO8601}">{downloadfiles.DATE_DAY_MONTH}</time># ELSE #{downloadfiles.DISPLAYED_POSITION}# ENDIF #</td>
<td # IF C_SORT_BY_NOTATION #class="mini-download-table-name"# ENDIF #>
<td # IF C_SORT_BY_NOTATION #class="mini-download-table-name"# ENDIF #>
<a href="{downloadfiles.U_LINK}" title="{@most_downloaded_files} {downloadfiles.DISPLAYED_POSITION} : {downloadfiles.NAME}">
<a href="{downloadfiles.U_LINK}" title="{@most_downloaded_files} {downloadfiles.DISPLAYED_POSITION} : {downloadfiles.NAME}">
{downloadfiles.NAME}
{downloadfiles.NAME}
</a>
</a>
</td>
</td>
# IF NOT C_SORT_BY_DATE #
# IF NOT C_SORT_BY_DATE #
<td># IF C_SORT_BY_NUMBER_DOWNLOADS #{downloadfiles.NUMBER_DOWNLOADS}# ELSE #{downloadfiles.STATIC_NOTATION}# ENDIF #</td>
<td># IF C_SORT_BY_NUMBER_DOWNLOADS #{downloadfiles.NUMBER_DOWNLOADS}# ELSE #{downloadfiles.STATIC_NOTATION}# ENDIF #</td>
# ENDIF #
# ENDIF #
</tr>
</tr>
# END downloadfiles #
# END downloadfiles #
# ELSE #
# ELSE #
<tr>
<tr>
<td colspan="# IF C_SORT_BY_DATE #2# ELSE #3# ENDIF #">${LangLoader::get_message('no_item_now', 'common')}</td>
<td colspan="# IF C_SORT_BY_DATE #2# ELSE #3# ENDIF #">${LangLoader::get_message('no_item_now', 'common')}</td>
</tr>
</tr>
# ENDIF #
# ENDIF #
</tbody>
</tbody>
</table>
</table>
<script>
<script>
jQuery('#table-mini-download').basictable();
jQuery('#table-mini-download').basictable();
</script>
</script>
Saved diffs
Original text
Open file
<table id="table-mini-download"> <thead> <tr> <th><i class="fa # IF C_SORT_BY_DATE #fa-calendar# ELSE #fa-trophy# ENDIF #"></i></th> <th>${LangLoader::get_message('form.name', 'common')}</th> # IF NOT C_SORT_BY_DATE # <th><i class="fa # IF C_SORT_BY_NUMBER_DOWNLOADS #fa-download# ELSE #fa-star-o# ENDIF #"></i></th> # ENDIF # </tr> </thead> <tbody> # IF C_FILES # # START downloadfiles # <tr> <td># IF C_SORT_BY_DATE #<time datetime="{downloadfiles.DATE_ISO8601}">{downloadfiles.DATE_DAY_MONTH}</time># ELSE #{downloadfiles.DISPLAYED_POSITION}# ENDIF #</td> <td # IF C_SORT_BY_NOTATION #class="mini-download-table-name"# ENDIF #> <a href="{downloadfiles.U_LINK}" title="{@most_downloaded_files} {downloadfiles.DISPLAYED_POSITION} : {downloadfiles.NAME}"> {downloadfiles.NAME} </a> </td> # IF NOT C_SORT_BY_DATE # <td># IF C_SORT_BY_NUMBER_DOWNLOADS #{downloadfiles.NUMBER_DOWNLOADS}# ELSE #{downloadfiles.STATIC_NOTATION}# ENDIF #</td> # ENDIF # </tr> # END downloadfiles # # ELSE # <tr> <td colspan="# IF C_SORT_BY_DATE #2# ELSE #3# ENDIF #">${LangLoader::get_message('no_item_now', 'common')}</td> </tr> # ENDIF # </tbody> </table> <script> jQuery('#table-mini-download').basictable(); </script>
Changed text
Open file
<table id="table-mini-download"> <thead> <tr> <th><i class="fa # IF C_SORT_BY_DATE #fa-calendar# ELSE #fa-trophy# ENDIF #" aria-hidden="true"></i><span class="sr-only"># IF C_SORT_BY_DATE #{@download.sort.date}# ELSE #{@download.sort.trophy}# ENDIF #</span></th> <th>${LangLoader::get_message('form.name', 'common')}</th> # IF NOT C_SORT_BY_DATE # <th><i class="# IF C_SORT_BY_NUMBER_DOWNLOADS #fa fa-download# ELSE #far fa-star# ENDIF #" aria-hidden="true"></i><span class="sr-only"># IF C_SORT_BY_NUMBER_DOWNLOADS #{@download.sort.dls}# ELSE #{@download.sort.notes}# ENDIF #</span></th> # ENDIF # </tr> </thead> <tbody> # IF C_FILES # # START downloadfiles # <tr> <td># IF C_SORT_BY_DATE #<time datetime="{downloadfiles.DATE_ISO8601}">{downloadfiles.DATE_DAY_MONTH}</time># ELSE #{downloadfiles.DISPLAYED_POSITION}# ENDIF #</td> <td # IF C_SORT_BY_NOTATION #class="mini-download-table-name"# ENDIF #> <a href="{downloadfiles.U_LINK}" title="{@most_downloaded_files} {downloadfiles.DISPLAYED_POSITION} : {downloadfiles.NAME}"> {downloadfiles.NAME} </a> </td> # IF NOT C_SORT_BY_DATE # <td># IF C_SORT_BY_NUMBER_DOWNLOADS #{downloadfiles.NUMBER_DOWNLOADS}# ELSE #{downloadfiles.STATIC_NOTATION}# ENDIF #</td> # ENDIF # </tr> # END downloadfiles # # ELSE # <tr> <td colspan="# IF C_SORT_BY_DATE #2# ELSE #3# ENDIF #">${LangLoader::get_message('no_item_now', 'common')}</td> </tr> # ENDIF # </tbody> </table> <script> jQuery('#table-mini-download').basictable(); </script>
Find difference