[geany/geany-plugins] 5bb1ca: GeanyLua: geanylua-ref.html: Fix "zebra" (class "odd"/"even")
Skif-off
git-noreply at xxxxx
Thu Jan 25 20:18:03 UTC 2018
Branch: refs/heads/master
Author: Skif-off <Skif-off at users.noreply.github.com>
Committer: Skif-off <Skif-off at users.noreply.github.com>
Date: Sun, 17 Dec 2017 00:34:03 UTC
Commit: 5bb1ca77d8dcd2af1b8cbf0145b5e58f0277495f
https://github.com/geany/geany-plugins/commit/5bb1ca77d8dcd2af1b8cbf0145b5e58f0277495f
Log Message:
-----------
GeanyLua: geanylua-ref.html: Fix "zebra" (class "odd"/"even")
Modified Paths:
--------------
geanylua/docs/geanylua-ref.html
Modified: geanylua/docs/geanylua-ref.html
10 lines changed, 5 insertions(+), 5 deletions(-)
===================================================================
@@ -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> 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> 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> 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> 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> function <a href="#yield"><b>yield</b></a> ()<br></td>
<td class="desc">-- Refreshes the user interface.</td>
</tr>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list