]> Shamusworld >> Repos - ardour-manual/blobdiff - include/export-format-profiles.html
Fix for internal anchor links in the build script.
[ardour-manual] / include / export-format-profiles.html
index 92fb4da57dfa34f410369eddd7519a66d32ae444..3849c9ca813a1e055999cb62c372007202a2fd24 100644 (file)
@@ -112,20 +112,20 @@ absolute path to an executable file here.
 <p>
 Certain sequences are allowed here to stand for the exported file name and the
 like. Currently these are:
-<dl>
-<dt><code>%f</code></dt>
-<dd>Full path &amp; filename of the exported audio file</dd>
-<dt><code>%d</code></dt>
-<dd>Directory containing the exported audio file (including trailing directory separator)</dd>
-<dt><code>%b</code></dt>
-<dd>Basename of the exported audio file (without extension)</dd>
-<dt><code>%s</code></dt>
-<dd>Path to the current session file</dd>
-<dt><code>%n</code></dt>
-<dd>Name of the current session file</dd>
-<dt><code>%%</code></dt>
-<dd>A literal percent sign</dd>
-</dl>
+<table class="dl">
+<tr><th><code>%f</code></th>
+<td>Full path &amp; filename of the exported audio file</td></tr>
+<tr><th><code>%d</code></th>
+<td>Directory containing the exported audio file (including trailing directory separator)</td></tr>
+<tr><th><code>%b</code></th>
+<td>Basename of the exported audio file (without extension)</td></tr>
+<tr><th><code>%s</code></th>
+<td>Path to the current session file</td></tr>
+<tr><th><code>%n</code></th>
+<td>Name of the current session file</td></tr>
+<tr><th><code>%%</code></th>
+<td>A literal percent sign</td></tr>
+</table>
 <p>
 Any part of the command-line enclosed in double-quotes (") will be used as-is.