mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 04:03:11 +02:00
...
This commit is contained in:
parent
603e756cdc
commit
06ba143405
1 changed files with 2 additions and 2 deletions
|
|
@ -492,7 +492,7 @@ def setup_ui(self):
|
|||
'''\
|
||||
<h2>Creating a custom theme</h2>
|
||||
|
||||
<p id="attribute">You can create a custom syntax highlighting
|
||||
<p id="attribute" lang="und">You can create a custom syntax highlighting
|
||||
theme, with your own colors and font styles. The most important
|
||||
types of highlighting rules are described below. Note that not
|
||||
every rule supports every kind of customization, for example,
|
||||
|
|
@ -503,7 +503,7 @@ def setup_ui(self):
|
|||
<p>As you make changes to your them on the left, the changes will
|
||||
be reflected live in this panel.</p>
|
||||
|
||||
<p xml:lang="xyz">
|
||||
<p xml:lang="und">
|
||||
{0}
|
||||
The most important rule. Sets the
|
||||
foreground and background colors for the editor as well as the
|
||||
|
|
|
|||
Loading…
Reference in a new issue