summaryrefslogtreecommitdiff
path: root/html4.conf
diff options
context:
space:
mode:
Diffstat (limited to 'html4.conf')
-rw-r--r--html4.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/html4.conf b/html4.conf
index 64e5aaa..7a616de 100644
--- a/html4.conf
+++ b/html4.conf
@@ -37,14 +37,14 @@ template::[pi-blockmacro]
[image-inlinemacro]
<a href="{link}">
-<img style="border-width: 0;" src="{imagesdir=}{imagesdir?/}{target}" alt="{target}"{width? width="{width}"}{height? height="{height}"}>
+<img style="border-width: 0;" src="{imagesdir=}{imagesdir?/}{target}" alt="{alt={target}}"{width? width="{width}"}{height? height="{height}"}>
{link#}</a>
[image-blockmacro]
<div>
<a name="{id}"></a>
<a href="{link}">
-<img style="border-width: 0;" src="{imagesdir=}{imagesdir?/}{target}" alt="{target}"{width? width="{width}"}{height? height="{height}"}>
+<img style="border-width: 0;" src="{imagesdir=}{imagesdir?/}{target}" alt="{alt={target}}"{width? width="{width}"}{height? height="{height}"}>
{link#}</a>
<p><b>{caption={figure_caption}}{title}</b></p>
</div>