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
9 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
11 lines
Copy
12 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
13 lines
Copy
<div class="themes-switcher# IF C_VERTICAL # themes-switcher-vertical# ENDIF #">
<div class="themes-switcher# IF C_VERTICAL # themes-switcher-vertical# ENDIF #">
<form action="{REWRITED_SCRIPT}" method="get">
<form action="{REWRITED_SCRIPT}" method="get">
Copy
Copied
Copy
Copied
<select
name="switchtheme" onchange="document.location = '?switchtheme=' + this.options[this.selectedIndex].value;">
<label for="switchtheme">
# START themes #
<select
id="switchtheme" title="{@switch_theme}"
name="switchtheme" onchange="document.location = '?switchtheme=' + this.options[this.selectedIndex].value;">
<option value="{themes.IDNAME}"
{
themes.
SELECTED
}
>{themes.NAME}</option>
# START themes #
# END themes #
<option value="{themes.IDNAME}"
# IF
themes.
C_
SELECTED
# selected="selected"# ENDIF #
>{themes.NAME}</option>
</select>
# END themes #
</select>
</label>
<a href="?switchtheme={DEFAULT_THEME}">{@defaut_theme}</a>
<a href="?switchtheme={DEFAULT_THEME}">{@defaut_theme}</a>
</form>
</form>
</div>
</div>
Saved diffs
Original text
Open file
<div class="themes-switcher# IF C_VERTICAL # themes-switcher-vertical# ENDIF #"> <form action="{REWRITED_SCRIPT}" method="get"> <select name="switchtheme" onchange="document.location = '?switchtheme=' + this.options[this.selectedIndex].value;"> # START themes # <option value="{themes.IDNAME}"{themes.SELECTED}>{themes.NAME}</option> # END themes # </select> <a href="?switchtheme={DEFAULT_THEME}">{@defaut_theme}</a> </form> </div>
Changed text
Open file
<div class="themes-switcher# IF C_VERTICAL # themes-switcher-vertical# ENDIF #"> <form action="{REWRITED_SCRIPT}" method="get"> <label for="switchtheme"> <select id="switchtheme" title="{@switch_theme}" name="switchtheme" onchange="document.location = '?switchtheme=' + this.options[this.selectedIndex].value;"> # START themes # <option value="{themes.IDNAME}"# IF themes.C_SELECTED# selected="selected"# ENDIF #>{themes.NAME}</option> # END themes # </select> </label> <a href="?switchtheme={DEFAULT_THEME}">{@defaut_theme}</a> </form> </div>
Find difference