Skip to content
Snippets Groups Projects
Commit 645d026e authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Added $Id$ tags.  Patch by Chris.
parent 586455b5
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
/* $Id */
body { body {
font-size: 90%; font-size: 90%;
margin: 0; margin: 0;
......
/* $Id */
form { form {
margin: 0; margin: 0;
padding: 0; padding: 0;
......
/* $Id */
body { body {
margin: 1em; margin: 1em;
background-color: #fff; background-color: #fff;
...@@ -21,4 +23,4 @@ td { ...@@ -21,4 +23,4 @@ td {
} }
#main { #main {
margin: 1em; margin: 1em;
} }
\ No newline at end of file
<?php <?php
// $Id$
/* /*
** The Drupal Blogger API implementation. ** The Drupal Blogger API implementation.
......
<?php <?php
// $Id$
function throttle_system($field) { function throttle_system($field) {
$system["description"] = throttle_help("admin/system/modules"); $system["description"] = throttle_help("admin/system/modules");
......
<?php <?php
// $Id$
function throttle_system($field) { function throttle_system($field) {
$system["description"] = throttle_help("admin/system/modules"); $system["description"] = throttle_help("admin/system/modules");
......
<?php <?php
// $Id$
function title_system($field){ function title_system($field){
$system["description"] = t("Enables users to link to stories, articles or similar content by title."); $system["description"] = t("Enables users to link to stories, articles or similar content by title.");
......
/* $Id$ */
body { body {
margin: 10px; margin: 10px;
color: #000000; color: #000000;
......
/* $Id$ */
body { body {
margin: 10px; margin: 10px;
color: #000000; color: #000000;
......
/* $Id$ */
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
......
<?php <?php
// $Id$
/* /*
** USAGE: ** USAGE:
** **
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment