# 404-solution/trunk/includes/html/capturedSourcesPanel.html

404 Solution, version trunk. 8 lines.

- Page: https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/capturedSourcesPanel.html
- Raw: https://pluginprobe.com/plugins/404-solution/trunk/raw/includes/html/capturedSourcesPanel.html
- Modified: 2026-07-14T10:28:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/404-solution/trunk/code/includes/html/capturedSourcesPanel.html#L10-L20`.

```html
<div id="{panel_id}" class="abj404-source-panel" hidden>
    <div class="abj404-source-heading">{heading}</div>
    <ul class="abj404-source-list">
        {source_rows}
    </ul>
    {truncation}
</div>

```
