Changeset 3185 for trunk/include


Ignore:
Timestamp:
Mar 9, 2009, 8:41:45 PM (16 years ago)
Author:
nikrou
Message:

fix html warnings. unclosed monotags

Location:
trunk/include
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_cats.inc.php

    r3124 r3185  
    258258                                    $category['count_categories'],
    259259                                    true,
    260                                     '<br />'
     260                                    '<br>'
    261261                                  ),
    262262          'DESCRIPTION' =>
  • trunk/include/feedcreator.class.php

    r2296 r3185  
    690690                        }
    691691                } else {
    692                         echo "<br /><b>Error creating feed file, please check write permissions.</b><br />";
     692                        echo "<br><b>Error creating feed file, please check write permissions.</b><br>";
    693693                }
    694694        }
  • trunk/include/functions_html.inc.php

    r3172 r3185  
    6262        $icon_url = get_root_url().$icon_url;
    6363        $output = '<img title="'.$title.'" src="'.$icon_url.'" class="icon" style="border:0;';
    64         $output.= 'height:'.$size[1].'px;width:'.$size[0].'px" alt="(!)" />';
     64        $output.= 'height:'.$size[1].'px;width:'.$size[0].'px" alt="(!)">';
    6565        $cache['get_icon']['_icons_'][$key] = $output;
    6666      }
     
    308308
    309309    $output.=
    310       ' />'
     310      '>'
    311311      .' '. $tag['name']
    312312      .'</label>'
     
    345345  {
    346346    echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
    347     echo '<div style="text-align:center;">'.l10n('access_forbiden').'<br />';
     347    echo '<div style="text-align:center;">'.l10n('access_forbiden').'<br>';
    348348    echo '<a href="'.get_root_url().'identification.php">'.l10n('identification').'</a>&nbsp;';
    349349    echo '<a href="'.make_index_url().'">'.l10n('home').'</a></div>';
     
    369369  redirect_html( $alternate_url,
    370370    '<div style="text-align:left; margin-left:5em;margin-bottom:5em;">
    371 <h1 style="text-align:left; font-size:36px;">Forbidden</h1><br/>'
     371<h1 style="text-align:left; font-size:36px;">Forbidden</h1><br>'
    372372.$msg.'</div>',
    373373    5 );
     
    386386  redirect_html( $alternate_url,
    387387    '<div style="text-align:left; margin-left:5em;margin-bottom:5em;">
    388 <h1 style="text-align:left; font-size:36px;">Bad request</h1><br/>'
     388<h1 style="text-align:left; font-size:36px;">Bad request</h1><br>'
    389389.$msg.'</div>',
    390390    5 );
     
    403403  redirect_html( $alternate_url,
    404404    '<div style="text-align:left; margin-left:5em;margin-bottom:5em;">
    405 <h1 style="text-align:left; font-size:36px;">Page not found</h1><br/>'
     405<h1 style="text-align:left; font-size:36px;">Page not found</h1><br>'
    406406.$msg.'</div>',
    407407    5 );
     
    487487        .'"><img src="'
    488488        .get_root_url().get_themeconf('icon_dir').'/remove_s.png'
    489         .'" alt="x" style="vertical-align:bottom;" class="button"/>'
     489        .'" alt="x" style="vertical-align:bottom;" class="button">'
    490490        .'</a>';
    491491    }
  • trunk/include/functions_notification.inc.php

    r3049 r3185  
    532532          .l10n('recent_pics_cat').'</a>'
    533533        .')'
    534         .'</li><br/>';
     534        .'</li><br>';
    535535
    536536  foreach($date_detail['elements'] as $element)
     
    542542                        'image_file' => $element['file'],
    543543                      ))
    544                     .'"><img src="'.$tn_src.'"/></a>';
    545   }
    546   $description .= '...<br/>';
     544                    .'"><img src="'.$tn_src.'"></a>';
     545  }
     546  $description .= '...<br>';
    547547
    548548  $description .=
  • trunk/include/smarty/libs/plugins/function.html_checkboxes.php

    r2216 r3185  
    134134        $_output .= ' checked="checked"';
    135135    }
    136     $_output .= $extra . ' />' . $output;
     136    $_output .= $extra . '>' . $output;
    137137    if ($labels) $_output .= '</label>';
    138138    $_output .=  $separator;
  • trunk/include/smarty/libs/plugins/function.html_image.php

    r2216 r3185  
    135135    }
    136136
    137     return $prefix . '<img src="'.$path_prefix.$file.'" alt="'.$alt.'" width="'.$width.'" height="'.$height.'"'.$extra.' />' . $suffix;
     137    return $prefix . '<img src="'.$path_prefix.$file.'" alt="'.$alt.'" width="'.$width.'" height="'.$height.'"'.$extra.'>' . $suffix;
    138138}
    139139
  • trunk/include/smarty/libs/plugins/function.html_radios.php

    r2216 r3185  
    147147        $_output .= ' checked="checked"';
    148148    }
    149     $_output .= $extra . ' />' . $output;
     149    $_output .= $extra . '>' . $output;
    150150    if ($labels) $_output .= '</label>';
    151151    $_output .=  $separator;
  • trunk/include/smarty/libs/plugins/function.html_select_date.php

    r2216 r3185  
    269269                $year_result .= ' ' . $year_extra;
    270270            }
    271             $year_result .= ' />';
     271            $year_result .= '>';
    272272        } else {
    273273            $years = range((int)$start_year, (int)$end_year);
  • trunk/include/ws_core.inc.php

    r3049 r3185  
    204204      $changed += PwgResponseEncoder::_removeNamedArray($value);
    205205      $changed += PwgResponseEncoder::_removeNamedStruct($value);
    206   //    print_r('walk '.$key."<br/>\n");
     206  //    print_r('walk '.$key."<br>\n");
    207207    }
    208208    while ($changed);
     
    219219      .' count='.count($value)
    220220      .' first_key='.$first_key
    221       ."<br/>\n"
     221      ."<br>\n"
    222222      );*/
    223223    $ret = 0;
Note: See TracChangeset for help on using the changeset viewer.