Skip to content

Commit

Permalink
Right-justify adsense
Browse files Browse the repository at this point in the history
  • Loading branch information
johncurrier committed Aug 11, 2008
1 parent 8fee41e commit 13e28ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/net/sourceforge/schemaspy/view/HtmlFormatter.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,11 @@ protected void writeLegend(boolean tableDetails, boolean graphDetails, LineWrite

protected void writeFeedMe(LineWriter html) throws IOException {
if (Config.getInstance().isAdsEnabled()) {
/*
StyleSheet css = StyleSheet.getInstance();

html.writeln("<div style=\"margin-right: 2pt;\">");
html.writeln("<script type=\"text/javascript\"><!--");
html.writeln("google_ad_client = \"pub-9598353634003340\";");
//html.writeln("google_ad_slot = \"1796553895\";");
html.writeln("google_ad_channel =\"SchemaSpy-generated\";");
html.writeln("google_ad_width = 234;");
html.writeln("google_ad_height = 60;");
Expand All @@ -188,7 +187,7 @@ protected void writeFeedMe(LineWriter html) throws IOException {
html.writeln("<script type=\"text/javascript\"");
html.writeln("src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">");
html.writeln("</script>");
*/
html.writeln("</div>");
}
}

Expand Down

0 comments on commit 13e28ae

Please sign in to comment.