Module:UpdateExcerpt: Difference between revisions

No edit summary
No edit summary
Line 34: Line 34:
     local html = string.format(
     local html = string.format(
         '<div style="flex:1; min-height:0; overflow-y:auto; padding:14px 18px; font-family: sans-serif; font-size:0.92em; line-height:1.7;">\n__NOEDITSECTION__\n%s\n</div>',
         '<div style="flex:1; min-height:0; overflow-y:auto; padding:14px 18px; font-family: sans-serif; font-size:0.92em; line-height:1.7;">\n__NOEDITSECTION__\n%s\n</div>',
        maxHeight,
         frame:preprocess(notesRaw)
         frame:preprocess(notesRaw)
     )
     )