Skip to content

Commit

Permalink
GeanyLua: geanylua-ref.html: Fix "zebra" (class "odd"/"even")
Browse files Browse the repository at this point in the history
  • Loading branch information
Skif-off committed Dec 17, 2017
1 parent c91ae6f commit 5bb1ca7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions geanylua/docs/geanylua-ref.html
Expand Up @@ -181,27 +181,27 @@
<td class="desc">-- Send a GTK signal to a Geany interface widget.</td>
</tr>

<tr class="odd">
<tr class="even">
<td>&nbsp; function <a href="#status"><b>status</b></a> ( message )<br></td>
<td class="desc">-- Send a string to display in the status tab of the messages window.</td>
</tr>

<tr class="even">
<tr class="odd">
<td>&nbsp; function <a href="#text"><b>text</b></a> ( [content] )<br></td>
<td class="desc">-- Get or set the contents of the entire document.</td>
</tr>

<tr class="odd">
<tr class="even">
<td>&nbsp; function <a href="#word"><b>word</b></a> ( [position] )<br></td>
<td class="desc">-- Get the word at the specified location.</td>
</tr>

<tr class="even">
<tr class="odd">
<td>&nbsp; function <a href="#xsel"><b>xsel</b></a> ( [text] )<br></td>
<td class="desc">-- Get or set the contents of the primary X selection.</td>
</tr>

<tr class="odd">
<tr class="even">
<td>&nbsp; function <a href="#yield"><b>yield</b></a> ()<br></td>
<td class="desc">-- Refreshes the user interface.</td>
</tr>
Expand Down

0 comments on commit 5bb1ca7

Please sign in to comment.