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
7 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
27 lines
Copy
9 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
29 lines
Copy
# INCLUDE MSG #
# INCLUDE MSG #
<section id="module-calendar">
<section id="module-calendar">
<header>
<header>
Copy
Copied
Copy
Copied
<div class="cat-actions">
<a href="${relative_url(SyndicationUrlBuilder::rss('calendar'))}" aria-label="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication" aria-hidden="true" title="${LangLoader::get_message('syndication', 'common')}"></i></a>
</div>
<h1>
<h1>
Copy
Copied
Copy
Copied
<a href="${relative_url(SyndicationUrlBuilder::rss('calendar'))}" title="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication"></i></a>
{@module_title}
{@module_title}
</h1>
</h1>
</header>
</header>
Copy
Copied
Copy
Copied
<div class="
content
">
<div class="
elements-container
">
# IF NOT C_PENDING_PAGE #
# IF NOT C_PENDING_PAGE #
Copy
Copied
Copy
Copied
<div id="calendar">
<div id="calendar">
# INCLUDE CALENDAR #
# INCLUDE CALENDAR #
</div>
</div>
<div class="spacer"></div>
<div class="spacer"></div>
# ENDIF #
# ENDIF #
Copy
Copied
Copy
Copied
<div id="events">
<div id="events">
# INCLUDE EVENTS #
# INCLUDE EVENTS #
</div>
</div>
</div>
</div>
Copy
Copied
Copy
Copied
<footer></footer>
<footer></footer>
</section>
</section>
Saved diffs
Original text
Open file
# INCLUDE MSG # <section id="module-calendar"> <header> <h1> <a href="${relative_url(SyndicationUrlBuilder::rss('calendar'))}" title="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication"></i></a> {@module_title} </h1> </header> <div class="content"> # IF NOT C_PENDING_PAGE # <div id="calendar"> # INCLUDE CALENDAR # </div> <div class="spacer"></div> # ENDIF # <div id="events"> # INCLUDE EVENTS # </div> </div> <footer></footer> </section>
Changed text
Open file
# INCLUDE MSG # <section id="module-calendar"> <header> <div class="cat-actions"> <a href="${relative_url(SyndicationUrlBuilder::rss('calendar'))}" aria-label="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication" aria-hidden="true" title="${LangLoader::get_message('syndication', 'common')}"></i></a> </div> <h1> {@module_title} </h1> </header> <div class="elements-container"> # IF NOT C_PENDING_PAGE # <div id="calendar"> # INCLUDE CALENDAR # </div> <div class="spacer"></div> # ENDIF # <div id="events"> # INCLUDE EVENTS # </div> </div> <footer></footer> </section>
Find difference