r23201 by jghali - Fix some bad html code in renderframes.html

scribus-commit scribus-commit at lists.scribus.net
Thu Sep 19 14:56:25 UTC 2019


Author: jghali
Date: Thu Sep 19 14:56:25 2019
New Revision: 23201

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=23201
Log:
Fix some bad html code in renderframes.html

Modified:
    trunk/Scribus/doc/en/renderframes.html
    trunk/Scribus/doc/it/renderframes.html

Modified: trunk/Scribus/doc/en/renderframes.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23201&path=/trunk/Scribus/doc/en/renderframes.html
==============================================================================
--- trunk/Scribus/doc/en/renderframes.html	(original)
+++ trunk/Scribus/doc/en/renderframes.html	Thu Sep 19 14:56:25 2019
@@ -1,5 +1,8 @@
-<body>
-<head><TITLE>Render Frames</TITLE></head>
+<html dir="ltr">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+	<title>Блоки визуализации</title>
+</head>
 <style>
 @import "manual.css";
 </style>
@@ -120,14 +123,14 @@
 <p><code><postamble></code> If the markup language you want to use requires a postamble, you can enter it here. It will not be displayed in the editor.</p>
 <p><code><tab type="settings"></code> Here’s where translations to existing GUI strings as well as new tabs or other UI elements can be added via simple XML entries, for example:</p>
 <p><code><title><i18n></code>
-<p6><code>
+<p><code>
 <ul>
 <li><en>Ranges</en>
 <li><de>Bereiche</de>.org.org.org
 <li><fr>Rangées</fr>
 <li><pl>Zakresy</pl>
 <li><ru>Диапазоны</ru>
-</ul></code></p6>
+</ul></code></p>
 
 <p>To add a new configuration file, click on the “Add …” button, which will bring up a file dialog. Select your file and click “Open.” The file will then be added to your Render Frame configuration.</p>
 <p>By moving entries of XML configuration files in the list up or down, you can change the order of entries in the editor’s drop down list. If you want to use a different XML configuration file for a particular markup language (for example, if you need another default preamble for LaTeX frames in a project), you can change the path to the alternative file by clicking on “Change …” or simply add a new configuration file with an appropriate name, like “MyLateX.”</p>

Modified: trunk/Scribus/doc/it/renderframes.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23201&path=/trunk/Scribus/doc/it/renderframes.html
==============================================================================
--- trunk/Scribus/doc/it/renderframes.html	(original)
+++ trunk/Scribus/doc/it/renderframes.html	Thu Sep 19 14:56:25 2019
@@ -1,5 +1,11 @@
-<body>
-<head><TITLE>Render Frames</TITLE></head>
+<html dir="ltr">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+	<title>Блоки визуализации</title>
+</head>
+<style>
+ at import "manual.css";
+</style>
 <body>
 <h2>Introduction</h2>
 <p>Since version 1.3.5 Scribus offers a powerful new feature called Render Frames. Originally planned as a means to insert formulas into
@@ -117,14 +123,14 @@
 <p><code><postamble></code> If the markup language you want to use requires a postamble, you can enter it here. It will not be displayed in the editor.</p>
 <p><code><tab type="settings"></code> Here’s where translations to existing GUI strings as well as new tabs or other UI elements can be added via simple XML entries, for example:</p>
 <p><code><title><i18n></code>
-<p6><code>
+<p><code>
 <ul>
 <li><en>Ranges</en>
 <li><de>Bereiche</de>.org.org.org
 <li><fr>Rangées</fr>
 <li><pl>Zakresy</pl>
 <li><ru>Диапазоны</ru>
-</ul></code></p6>
+</ul></code></p>
 
 <p>To add a new configuration file, click on the “Add …” button, which will bring up a file dialog. Select your file and click “Open.” The file will then be added to your Render Frame configuration.</p>
 <p>By moving entries of XML configuration files in the list up or down, you can change the order of entries in the editor’s drop down list. If you want to use a different XML configuration file for a particular markup language (for example, if you need another default preamble for LaTeX frames in a project), you can change the path to the alternative file by clicking on “Change …” or simply add a new configuration file with an appropriate name, like “MyLateX.”</p>




More information about the scribus-commit mailing list