diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2026-07-04 00:50:21 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2026-07-04 12:52:59 -0400 |
| commit | 0aa9a4846cefcbec3a08b3c6fed0dcd6a15f9524 (patch) | |
| tree | ba0754a1d989429e7f7586a2902e9ee3f39cc431 | |
| parent | ocda public surface + dub.json import-path and dyaml cleanups (diff) | |
| -rw-r--r-- | flake.lock | 6 | ||||
| -rw-r--r-- | org/out_xmls.org | 6 | ||||
| -rw-r--r-- | src/sisudoc/outputs/io_out/xmls.d | 6 |
3 files changed, 9 insertions, 9 deletions
@@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1779593580, - "narHash": "sha256-le3WvQyzAQjBZnb7q2c8C5Fk2c9LgN/Oq+b0KiD4fM4=", + "lastModified": 1782948114, + "narHash": "sha256-AXmz9ho4Lud5CsbrZsuSVwpQZ4o5FgZ1chxBn5cJ8+0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d849bb215dcdf71bce3e686839ccdb4219e84b2f", + "rev": "9e92285f211dad236540fd617d7e30e0b99bc0e1", "type": "github" }, "original": { diff --git a/org/out_xmls.org b/org/out_xmls.org index 36d4b78..353ad31 100644 --- a/org/out_xmls.org +++ b/org/out_xmls.org @@ -374,7 +374,7 @@ string inline_search_form(M)( <input type="hidden" name="ec" value="on"> <input type="hidden" name="url" value="on"> <input type="hidden" name="rt" value="txt"> - <button type="submit" form="searchtxt" name="fn" value="%s"> • ⚏ </button> + <button type="submit" form="searchtxt" name="fn" value="%s"> • ▼ </button> </font></form> <!-- SiSU Spine Search --> </div> @@ -387,8 +387,8 @@ string inline_search_form(M)( <input type="hidden" name="ec" value="on"> <input type="hidden" name="url" value="on"> <input type="hidden" name="rt" value="idx"> - <button type="submit" form="searchidx" name="fn" value="%s"> • ፨ </button> - <button type="submit" form="searchidx"> ㏈ ፨</button> + <button type="submit" form="searchidx" name="fn" value="%s"> • ▶ </button> + <button type="submit" form="searchidx"> ፨ ▶</button> </font></form> <!-- SiSU Spine Search --> </div>┃", diff --git a/src/sisudoc/outputs/io_out/xmls.d b/src/sisudoc/outputs/io_out/xmls.d index d63deba..a672a40 100644 --- a/src/sisudoc/outputs/io_out/xmls.d +++ b/src/sisudoc/outputs/io_out/xmls.d @@ -270,7 +270,7 @@ template outputXHTMLs() { <input type="hidden" name="ec" value="on"> <input type="hidden" name="url" value="on"> <input type="hidden" name="rt" value="txt"> - <button type="submit" form="searchtxt" name="fn" value="%s"> • ⚏ </button> + <button type="submit" form="searchtxt" name="fn" value="%s"> • ▼ </button> </font></form> <!-- SiSU Spine Search --> </div> @@ -283,8 +283,8 @@ template outputXHTMLs() { <input type="hidden" name="ec" value="on"> <input type="hidden" name="url" value="on"> <input type="hidden" name="rt" value="idx"> - <button type="submit" form="searchidx" name="fn" value="%s"> • ፨ </button> - <button type="submit" form="searchidx"> ㏈ ፨</button> + <button type="submit" form="searchidx" name="fn" value="%s"> • ▶ </button> + <button type="submit" form="searchidx"> ፨ ▶</button> </font></form> <!-- SiSU Spine Search --> </div>┃", |
