comparison mod_http_oauth2/html/oob.html @ 5631:f889ff779571

mod_http_oauth2: Improve templates XML-ness by avoiding value-less attributes or whatever they're called Plus some Aria label tweaks
author Kim Alvefur <zash@zash.se>
date Tue, 08 Aug 2023 17:04:50 +0200
parents 6109496a7ccc
children 401356232e1b
comparison
equal deleted inserted replaced
5630:2a31ee81e816 5631:f889ff779571
12 </header> 12 </header>
13 <main> 13 <main>
14 <h2>Your Authorization Code</h2> 14 <h2>Your Authorization Code</h2>
15 <p>Here’s your authorization code, copy and paste it into {client.client_name}</p> 15 <p>Here’s your authorization code, copy and paste it into {client.client_name}</p>
16 <div class="oob"> 16 <div class="oob">
17 <p><input readonly name="authorization_code" value="{authorization_code}"></p> 17 <p><input readonly="" name="authorization_code" value="{authorization_code}" aria-label="Authorization Code"></p>
18 </div> 18 </div>
19 </main> 19 </main>
20 </body> 20 </body>
21 </html> 21 </html>