Ignore:
Timestamp:
12/01/09 13:55:19 (2 years ago)
Author:
PaulHarvey
Message:

Item1462: Fix XHTML validation of error version of attach dialogue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/TinyMCEPlugin/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/foswikibuttons/attach_error_autoinc.htm

    r5690 r5691  
    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
     1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    22<html xmlns="http://www.w3.org/1999/xhtml"> 
    33  <head> 
     
    1616              <legend>{#foswikibuttons_dlg.fieldset_general_tab}</legend> 
    1717              <div class="error"> 
    18                   {#foswikibuttons_dlg.attach_error_autoinc} 
     18                  <p>{#foswikibuttons_dlg.attach_error_autoinc}</p> 
    1919              </div> 
    2020          </fieldset> 
    21           <br/> 
    2221          <div style="float: right"> 
    2322              <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> 
Note: See TracChangeset for help on using the changeset viewer.