From 04751e044170c1dbc13fa51ee4ea9234ab541ab9 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Tue, 20 Jan 2015 02:35:52 +0100 Subject: w3c: fix HTML syntax errors Fixes #64 All pages: - add `urlencode` when passing the version to a custom stylesheet; - set meaningful values of `alt` and `title` for QR-Code images. Install page: - the form's `action` attribute must be non-empty; - the `valign` attribute is deprecated. Signed-off-by: VirtualTam --- tpl/linklist.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tpl/linklist.html') diff --git a/tpl/linklist.html b/tpl/linklist.html index d5bfadf8..16fc842d 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -52,7 +52,8 @@ archive - {/if}
- + onclick="return showQrCode(this);" class="qrcode" data-permalink="{$scripturl}?{$value.linkdate|smallHash}"> + QR-Code - {$value.url|htmlspecialchars}
{if="$value.tags"}
-- cgit v1.2.3