Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions demo/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

require_once( '../HtmlDiff.php' );
// creating two variable which will make some change to web page according to user interaction.
$html1 = "<p><i>This is</i> some sample text to <strong>demonstrate</strong> the capability of the <strong>HTML diff tool</strong>.</p>
<p>It is based on the <b>Ruby</b> implementation found <a href='http://github.com/myobie/htmldiff'>here</a>. Note how the link has no tooltip</p>
<table cellpadding='0' cellspacing='0'>
Expand Down