comparison options/options.html @ 29:688d75e554e0

Add option to expand feed entries by default
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Mon, 21 Jan 2019 15:15:59 +0100
parents ff5e5e3eba32
children d9cc8e88d297
comparison
equal deleted inserted replaced
28:104a1faebd43 29:688d75e554e0
48 </div> 48 </div>
49 <div class="browser-style"> 49 <div class="browser-style">
50 <button type="submit" name="add" class="browser-style"> 50 <button type="submit" name="add" class="browser-style">
51 </div> 51 </div>
52 </form> 52 </form>
53 <h1 id="feed-preview-title"></h1>
54 <form id="feed-preview">
55 <input type="checkbox" id="expand-entries" name="expand-entries">
56 <label for="expand-entries">
57 </label>
58 </form>
53 </body> 59 </body>
54 </html> 60 </html>