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
34 lines
Copy
8 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
34 lines
Copy
Copy
Copied
Copy
Copied
<div
id="module-mini-search"# IF C_HIDDEN_WITH_SMALL_SCREENS # class="hidden-small-screens"# ENDIF #>
<div
role="search"
id="module-mini-search"# IF C_HIDDEN_WITH_SMALL_SCREENS # class="hidden-small-screens"# ENDIF #>
<script>
<script>
<!--
<!--
function check_search_mini_form_post()
function check_search_mini_form_post()
{
{
var textSearched = document.getElementById('TxTMiniSearched').value;
var textSearched = document.getElementById('TxTMiniSearched').value;
if (textSearched.length > 3)
if (textSearched.length > 3)
{
{
textSearched = escape_xmlhttprequest(textSearched);
textSearched = escape_xmlhttprequest(textSearched);
return true;
return true;
}
}
else
else
{
{
alert('{WARNING_LENGTH_STRING_SEARCH}');
alert('{WARNING_LENGTH_STRING_SEARCH}');
return false;
return false;
}
}
}
}
Copy
Copied
Copy
Copied
jQuery(document).ready(function() {
jQuery(document).ready(function() {
jQuery('#search-token').val(TOKEN);
jQuery('#search-token').val(TOKEN);
});
});
-->
-->
</script>
</script>
Copy
Copied
Copy
Copied
<form
action="{U_FORM_VALID}" onsubmit="return check_search_mini_form_post();" method="post">
<form
role="search"
action="{U_FORM_VALID}" onsubmit="return check_search_mini_form_post();" method="post">
<div id="mini-search-form" class="input-element-button">
<div id="mini-search-form" class="input-element-button">
Copy
Copied
Copy
Copied
<input type="search" id="TxTMiniSearched" title="{L_
SEARCH
_TITLE
}" name="q" value="{TEXT_SEARCHED}" placeholder="{L_SEARCH
}...
">
<input type="search" id="TxTMiniSearched" title="{L_
YOUR_
SEARCH
}" name="q" value="{TEXT_SEARCHED}" placeholder="{L_SEARCH
_TITLE
}...
" aria-labelledby="SearchButton
">
<input type="hidden" id="search-token" name="token" value="{TOKEN}">
<input type="hidden" id="search-token" name="token" value="{TOKEN}">
Copy
Copied
Copy
Copied
<button
type="submit" name="search_submit"><i class="fa fa-search"
></i
></button>
<button
id="SearchButton" class="submit"
type="submit" name="search_submit"><i class="fa fa-search"
aria-hidden="true"
></i
><span class="sr-only">{L_SEARCH}</span
></button>
</div>
</div>
# IF C_VERTICAL #<a href="{U_ADVANCED_SEARCH}" class="small">{L_ADVANCED_SEARCH}</a># ENDIF #
# IF C_VERTICAL #<a href="{U_ADVANCED_SEARCH}" class="small">{L_ADVANCED_SEARCH}</a># ENDIF #
</form>
</form>
</div>
</div>
Saved diffs
Original text
Open file
<div id="module-mini-search"# IF C_HIDDEN_WITH_SMALL_SCREENS # class="hidden-small-screens"# ENDIF #> <script> <!-- function check_search_mini_form_post() { var textSearched = document.getElementById('TxTMiniSearched').value; if (textSearched.length > 3) { textSearched = escape_xmlhttprequest(textSearched); return true; } else { alert('{WARNING_LENGTH_STRING_SEARCH}'); return false; } } jQuery(document).ready(function() { jQuery('#search-token').val(TOKEN); }); --> </script> <form action="{U_FORM_VALID}" onsubmit="return check_search_mini_form_post();" method="post"> <div id="mini-search-form" class="input-element-button"> <input type="search" id="TxTMiniSearched" title="{L_SEARCH_TITLE}" name="q" value="{TEXT_SEARCHED}" placeholder="{L_SEARCH}..."> <input type="hidden" id="search-token" name="token" value="{TOKEN}"> <button type="submit" name="search_submit"><i class="fa fa-search"></i></button> </div> # IF C_VERTICAL #<a href="{U_ADVANCED_SEARCH}" class="small">{L_ADVANCED_SEARCH}</a># ENDIF # </form> </div>
Changed text
Open file
<div role="search" id="module-mini-search"# IF C_HIDDEN_WITH_SMALL_SCREENS # class="hidden-small-screens"# ENDIF #> <script> <!-- function check_search_mini_form_post() { var textSearched = document.getElementById('TxTMiniSearched').value; if (textSearched.length > 3) { textSearched = escape_xmlhttprequest(textSearched); return true; } else { alert('{WARNING_LENGTH_STRING_SEARCH}'); return false; } } jQuery(document).ready(function() { jQuery('#search-token').val(TOKEN); }); --> </script> <form role="search" action="{U_FORM_VALID}" onsubmit="return check_search_mini_form_post();" method="post"> <div id="mini-search-form" class="input-element-button"> <input type="search" id="TxTMiniSearched" title="{L_YOUR_SEARCH}" name="q" value="{TEXT_SEARCHED}" placeholder="{L_SEARCH_TITLE}..." aria-labelledby="SearchButton"> <input type="hidden" id="search-token" name="token" value="{TOKEN}"> <button id="SearchButton" class="submit" type="submit" name="search_submit"><i class="fa fa-search" aria-hidden="true"></i><span class="sr-only">{L_SEARCH}</span></button> </div> # IF C_VERTICAL #<a href="{U_ADVANCED_SEARCH}" class="small">{L_ADVANCED_SEARCH}</a># ENDIF # </form> </div>
Find difference