Skip to content

Commit

Permalink
Cleaned up a few typos in the working examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pjackson28 committed Nov 4, 2013
1 parent 2f5f4a9 commit d2f7063
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/plugins/index-en.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Working examples
language: en
fr: index
---
<table id="components" class="wb-prettify wb-tables" data-wet-boew='{"aoColumnDefs": [ { "bVisible": false, "aTargets": [ 3 ] } ], "aLengthMenu": [[10, 25, -1], [10, 25, "All"]], "iDisplayLength": -1, "aaSorting": [[ 3, "asc" ]]}'>
<table id="components" class="wb-prettify wb-tables" data-wet-boew='{"aoColumnDefs": [ { "bVisible": false, "aTargets": [ 3 ] } ], "aLengthMenu": [[10, 25, -1], [10, 25, "All"]], "iDisplayLength": -1, "aaSorting": [[ 2, "asc" ]]}'>
<thead>
<tr>
<th>Name</th>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/index-fr.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Exemples pratiques
language: fr
en: index
---
<table id="components" class="wb-prettify wb-tables" data-wet-boew='{"aoColumnDefs": [ { "bVisible": false, "aTargets": [ 3 ] } ], "aLengthMenu": [[10, 25, -1], [10, 25, "All"]], "iDisplayLength": -1, "aaSorting": [[ 3, "asc" ]]}'>
<table id="components" class="wb-prettify wb-tables" data-wet-boew='{"aoColumnDefs": [ { "bVisible": false, "aTargets": [ 3 ] } ], "aLengthMenu": [[10, 25, -1], [10, 25, "All"]], "iDisplayLength": -1, "aaSorting": [[ 2, "asc" ]]}'>
<thead>
<tr>
<th>Nom</th>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/texthighlight/texthighlight-en.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fr: texthighlight
<section>
<h2>How Do I Use It?</h2>
<ol>
<li>Define your search area. Add the "<code>wet-boew-texthighlight</code>" class to the tag whose contents you want to search in.</li>
<li>Define your search area. Add the "<code>wb-texthighlight</code>" class to the tag whose contents you want to search in.</li>
<li>Specify the search criteria in a URL query string. Add "<code>texthighlight=&lt;text_1&gt;+&lt;text_2&gt;+&lt;text_3&gt;</code>" to the query string.<br /><strong>Note:</strong> HTML markup validation requires all spaces in links to be replaced by <code>%20</code>.</li>
</ol>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/texthighlight/texthighlight-fr.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ en: texthighlight
<section>
<h2>Marche à suivre</h2>
<ol>
<li>Définir votre zone de recherche. Ajouter la classe «&#160;<code lang="en">wet-boew-texthighlight</code>&#160;» à l'étiquette dont vous voulez chercher.</li>
<li>Définir votre zone de recherche. Ajouter la classe «&#160;<code lang="en">wb-texthighlight</code>&#160;» à l'étiquette dont vous voulez chercher.</li>
<li>Spécifier les critères de recherche dans la chaîne d'interrogation de l'addresse URL. Ajouter "<code><span lang="en">texthighlight</span>=&lt;texte_1&gt;+&lt;texte_2&gt;+&lt;texte_3&gt;</code>" à la chaîne d'interrogation.<br /><strong>Nota&#160;:</strong> La validation des balises HTML exige que tous les espaces dans les liens soit remplacés par «&#160;<code>%20</code>&#160;».</li>
</ol>
</section>
Expand Down

0 comments on commit d2f7063

Please sign in to comment.