Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in demo index page #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
3 changes: 1 addition & 2 deletions demos/index.html
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@ <h2>Demos</h2>
<li><a href="chat/chat1.html">Basic chat widget</a></li>
<li><a href="chat/chat2.html">Chat widget with irc backend</a></li>
<li><a href="svg/svg1.html">Simple SVG widget</a></li>
<li><a href="lift/lifts.html">Lift Control Program</a></li>
</ul>

<hr>
@@ -53,7 +52,7 @@ <h2>How does ezwebframe work?</h2>
<p>Where <b>Bin</b> is a binary containing HTML.</p>

<p>In the browser this is converted to the javascript function call
<b>fill_div(o)</b> where <b>o = {cmd:'fill_div', id='a', text=Bin}</b>.
<b>fill_div(o)</b> where <b>o = {cmd='fill_div', id='a', text=Bin}</b>.
<b>fill_div</b> makes use of jQuery and is defined like this:</p>

<pre>