Skip to content

Commit

Permalink
Merge pull request #88 from vylsaz/render-html-fix
Browse files Browse the repository at this point in the history
]html domain error fix
  • Loading branch information
abrudz authored Nov 6, 2022
2 parents c2afa64 + 27bb892 commit 421dd51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dyalog_kernel/Render.dyalog
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
If(0)((⎕NEW ⎕SE.Parser'-type=').Parse'-\w+=\w+'⎕S'&''''[^'']'''⎕R'').type
}
Show{
9⎕NC'':( Render)
'3500⌶'_'<title>(.*)</title>'⎕S'\1'
9⎕NC'':( Render)
'3500⌶','<title>(.*)</title>'⎕S'\1'
ride:{}( RideRender)
FormatEncode( Document 96Shrink)(2⎕NC'')
(#.⎕NEW'HTMLRenderer'_,'HTML'_ Format ).Wait
Expand Down

0 comments on commit 421dd51

Please sign in to comment.