Skip to content

Commit d0c3a4e

Browse files
committed
Update doc.
1 parent cb2bba3 commit d0c3a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os2web_adlib_api.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ function os2web_adlib_api_os2web_help($sections) {
830830

831831
// Module specific.
832832
$sections['os2web_adlib_api'] = t('<h2 id="os2web_adlib_api">Adlib file conversion:</h2>');
833-
$sections['os2web_adlib_api'] .= t('<p><b>Description:</b> Adlib is a file conversion unit on your network. This module is often used to convert misc files to either .html or .pdf files. See the status of the current queue of files at the <a href="@status" target="_blank">adlib status page</a>. You can requeue files for conversion at the <a href="@requeue" target="_blank">requeue page</a>.</p>', array('@status' => url('admin/config/os2web/adlibstatus'), '@requeue' => url('admin/config/os2web/reprocess')));
833+
$sections['os2web_adlib_api'] .= t('<p><b>Description:</b><br />Adlib is a file conversion unit on your network. This module is often used to convert misc files to either .html or .pdf files.<br />See the status of the current queue of files at the <a href="@status" target="_blank">adlib status page</a>.<br />You can requeue files for conversion at the <a href="@requeue" target="_blank">requeue page</a>.</p>', array('@status' => url('admin/config/os2web/adlibstatus'), '@requeue' => url('admin/config/os2web/reprocess')));
834834

835835
return $sections;
836836
}

0 commit comments

Comments
 (0)