From f71edea22a3cf8245bb5a88506df9f545955dda8 Mon Sep 17 00:00:00 2001 From: Patrick Vandermaesen Date: Tue, 6 Feb 2007 14:40:45 +0100 Subject: [PATCH] [svn r11060] prototype : use ImageManager of FCK without fck. --- main/inc/lib/WCAG/WCAG_rendering.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/inc/lib/WCAG/WCAG_rendering.php b/main/inc/lib/WCAG/WCAG_rendering.php index 2b7d758ba2..1fa720177f 100644 --- a/main/inc/lib/WCAG/WCAG_rendering.php +++ b/main/inc/lib/WCAG/WCAG_rendering.php @@ -173,6 +173,9 @@ function &create_xhtml($xhtml) { $xhtml .= ''; $xhtml .= get_lang('WCAGImage').'
'; $xhtml .= ''; + $xhtml .= '
'; + $xhtml .= 'select picture...'; + $xhtml .= '
'; $xhtml .= get_lang('WCAGLabel').'
'; $xhtml .= ''; $xhtml .= get_lang('WCAGLink').'
';