s4

changeset 334:64eabfa2e69f

Add `id="title"' for use of jumping to head
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 22 Oct 2016 00:08:49 +0859
parents 002cc900200a
children a120ba2d719b
files examples/common/default/form+dump-whead.m4.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/form+dump-whead.m4.html	Fri Oct 21 23:56:19 2016 +0859
     1.2 +++ b/examples/common/default/form+dump-whead.m4.html	Sat Oct 22 00:08:49 2016 +0859
     1.3 @@ -1,4 +1,4 @@
     1.4 -<h1>_TITLE_</h1>
     1.5 +<h1 id="title">_TITLE_</h1>
     1.6  <h2>_FORMHEAD_</h2>
     1.7  _FORM_
     1.8  <h2>_DUMPHEAD_</h2>