Skip to content

Commit

Permalink
Fix HTML markup.
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 6293ef5e8f36289bda531e58965f59deed32a52c0f2d8217ea167aa995aa07d1
  • Loading branch information
programandala-net committed Oct 6, 2020
1 parent 6c86148 commit c1aa2f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fendo.addon.hierarchy_navigation_links.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

\ This file is the hierarchy navigation links addon.

\ Last modified 201812242037.
\ Last modified 202010062021.
\ See change log at the end of the file.

\ Copyright (C) 2017,2018 Marcos Cruz (programandala.net)
\ Copyright (C) 2017,2018,2020 Marcos Cruz (programandala.net)

\ Fendo is free software; you can redistribute it and/or modify it
\ under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -120,7 +120,7 @@ defer last$ ( -- ca len )
\ }doc

: hierarchy_navigation_link ( ca1 len1 ca2 len2 -- )
2swap s" <span class=`br`>" 2swap s+
2swap s" <span class='br'>" 2swap s+
s" :</span> " s+
2over pid$>pid# title s+
link ;
Expand Down

0 comments on commit c1aa2f0

Please sign in to comment.