summaryrefslogtreecommitdiffstats
path: root/index
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-11-30 18:48:40 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-11-30 18:48:40 +0530
commitde384fa5b555a4b9bf46da01f30cda5658c8b604 (patch)
tree4b72d5837050ad8614856f6064b97b9500c0a301 /index
parenta3e705a134fd9bf8750cd56bc22ad53862f3e12a (diff)
minor-fix(es) to comply with standards
modified: index/IndexCreator.java (added space after the link mark-up) parsers/Images.java (now the string for the alt parameter in the <img> will be surrounded by square brackets)
Diffstat (limited to 'index')
-rw-r--r--index/IndexCreator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/index/IndexCreator.java b/index/IndexCreator.java
index 13b71b0..f4757ae 100644
--- a/index/IndexCreator.java
+++ b/index/IndexCreator.java
@@ -52,7 +52,7 @@ public class IndexCreator {
indexContent.append(fileName);
indexContent.append("|");
indexContent.append(PresentFile.name);
- indexContent.append("]]\n");
+ indexContent.append("]] \n");
modified=true;
}
}